mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: cl-lzlib: Update to 2.0-2.22767ca.
* gnu/packages/lisp-xyz.scm (sbcl-lzlib): Update to 2.0-2.22767ca.
This commit is contained in:
parent
8a58323908
commit
33cff9aad2
1 changed files with 3 additions and 3 deletions
|
@ -7366,8 +7366,8 @@ cl-plumbing libraries.")
|
|||
(sbcl-package->ecl-package sbcl-cl-octet-streams))
|
||||
|
||||
(define-public sbcl-lzlib
|
||||
(let ((commit "c8102fc8c959b7c418eb60657bd6c8b875f10ba9")
|
||||
(revision "1"))
|
||||
(let ((commit "22767ca12d1c1bd59a7ae1f9c5ef7d2e937206bb")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "sbcl-lzlib")
|
||||
(version (git-version "2.0" revision commit))
|
||||
|
@ -7379,7 +7379,7 @@ cl-plumbing libraries.")
|
|||
(commit commit)))
|
||||
(file-name (git-file-name "cl-lzlib" version))
|
||||
(sha256
|
||||
(base32 "1glg1y1s1mqgypvxp0ss11cicrddri006wqwhy47lgq7mk5853zz"))))
|
||||
(base32 "1dxzlkay7aqcs65h2f7j7rl4sdjija60dshlahzyllfw174p9d3m"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(native-inputs
|
||||
(list sbcl-fiveam))
|
||||
|
|
Loading…
Add table
Reference in a new issue