mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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 @@ (define-public ecl-mmap
|
|||
(sbcl-package->ecl-package sbcl-mmap))
|
||||
|
||||
(define-public sbcl-3bz
|
||||
(let ((commit "d6119083b5e0b0a6dd3abc2877936c51f3f3deed")
|
||||
(revision "0"))
|
||||
(let ((commit "569614c40408f3aefc77ba233e0e4bd66d3850ad")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "sbcl-3bz")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
|
@ -11030,7 +11030,7 @@ (define-public sbcl-3bz
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0fyxzyf2b6sc0w8d9g4nlva861565z6f3xszj0lw29x526dd9rhj"))))
|
||||
(base32 "0kvvlvf50jhhw1s510f3clpr1a68632bq6d698yxcrx722igcrg4"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(inputs
|
||||
`(("alexandria" ,sbcl-alexandria)
|
||||
|
@ -11040,7 +11040,7 @@ (define-public sbcl-3bz
|
|||
("nibbles" ,sbcl-nibbles)
|
||||
("trivial-features" ,sbcl-trivial-features)))
|
||||
(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")))
|
||||
(home-page "https://github.com/3b/3bz")
|
||||
(synopsis "Deflate decompression for Common Lisp")
|
||||
|
|
Loading…
Reference in a new issue