gnu: sbcl-fof: Update to 0.2.0.
* gnu/packages/lisp-xyz.scm (sbcl-fof): Update to 0.2.0.
This commit is contained in:
parent
26499816a9
commit
e3611cc412
1 changed files with 2 additions and 2 deletions
|
@ -15548,7 +15548,7 @@ return the CPU count of the current system.")
|
||||||
(define-public sbcl-fof
|
(define-public sbcl-fof
|
||||||
(package
|
(package
|
||||||
(name "sbcl-fof")
|
(name "sbcl-fof")
|
||||||
(version "0.1.0")
|
(version "0.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -15557,7 +15557,7 @@ return the CPU count of the current system.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1xdnlqrjfmgdgw58avkci881iwarv4am2vq09b14pfifmpxpzv10"))))
|
(base32 "0j64b7p40h8bq33hqkpgakm3vs1607vyx6n48d7qg3287v1akk6m"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue