mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: sbcl-magicl: Update to 0.9.1.
* gnu/packages/lisp-xyz.scm (sbcl-magicl): Update to 0.9.1. Change-Id: Ic9d3d4b2cc48b0c449c31603a8034fc1c1c82880
This commit is contained in:
parent
5342a49f7c
commit
f96a9d883d
1 changed files with 2 additions and 2 deletions
|
|
@ -22258,7 +22258,7 @@ determination library using @emph{magic} numbers.")
|
|||
(define-public sbcl-magicl
|
||||
(package
|
||||
(name "sbcl-magicl")
|
||||
(version "0.11.0")
|
||||
(version "0.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -22267,7 +22267,7 @@ determination library using @emph{magic} numbers.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name "cl-magicl" version))
|
||||
(sha256
|
||||
(base32 "10scw5qhrgjhfrlia5iqn2yy2zj1d57m45g479vg56lw849whscw"))))
|
||||
(base32 "0x9p55qin399jhr5md88nij8fv78b64xjhww7ys364pkjnx8ak9v"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(native-inputs (list gfortran sbcl-fiasco))
|
||||
(inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue