gnu: sbcl-3bz: Update to 0.0.0-1.569614c.
* gnu/packages/lisp-xyz.scm (sbcl-3bz): Update to 0.0.0-1.569614c. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
90ad8bd1a6
commit
13337a2fa0
1 changed files with 4 additions and 4 deletions
|
@ -11017,8 +11017,8 @@ than a few Kb.")
|
||||||
(sbcl-package->ecl-package sbcl-mmap))
|
(sbcl-package->ecl-package sbcl-mmap))
|
||||||
|
|
||||||
(define-public sbcl-3bz
|
(define-public sbcl-3bz
|
||||||
(let ((commit "d6119083b5e0b0a6dd3abc2877936c51f3f3deed")
|
(let ((commit "569614c40408f3aefc77ba233e0e4bd66d3850ad")
|
||||||
(revision "0"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-3bz")
|
(name "sbcl-3bz")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -11030,7 +11030,7 @@ than a few Kb.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fyxzyf2b6sc0w8d9g4nlva861565z6f3xszj0lw29x526dd9rhj"))))
|
(base32 "0kvvlvf50jhhw1s510f3clpr1a68632bq6d698yxcrx722igcrg4"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
`(("alexandria" ,sbcl-alexandria)
|
`(("alexandria" ,sbcl-alexandria)
|
||||||
|
@ -11040,7 +11040,7 @@ than a few Kb.")
|
||||||
("nibbles" ,sbcl-nibbles)
|
("nibbles" ,sbcl-nibbles)
|
||||||
("trivial-features" ,sbcl-trivial-features)))
|
("trivial-features" ,sbcl-trivial-features)))
|
||||||
(arguments
|
(arguments
|
||||||
;; FIXME: Without the following line, the build fails (see issue 41437).
|
;; FIXME: #41437 - Build fails when package name starts from a digit
|
||||||
`(#:asd-systems '("3bz")))
|
`(#:asd-systems '("3bz")))
|
||||||
(home-page "https://github.com/3b/3bz")
|
(home-page "https://github.com/3b/3bz")
|
||||||
(synopsis "Deflate decompression for Common Lisp")
|
(synopsis "Deflate decompression for Common Lisp")
|
||||||
|
|
Reference in a new issue