1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-15 23:05:20 +02:00

gnu: sbcl-alexandria: Update to 1.4.

* gnu/packages/lisp-xyz.scm (sbcl-alexandria): Update to 1.4.
This commit is contained in:
Pierre Neidhardt
2021-07-31 13:23:03 +02:00
parent 8f6275fb49
commit 7a3ef338db

View File

@@ -100,7 +100,7 @@
(define-public sbcl-alexandria
(package
(name "sbcl-alexandria")
(version "1.2")
(version "1.4")
(source
(origin
(method git-fetch)
@@ -109,7 +109,7 @@
(commit (string-append "v" version))))
(sha256
(base32
"0bcqs0z9xlqgjz43qzgq9i07vdlnjllpm1wwa37wpkg0w975r712"))
"0r1adhvf98h0104vq14q7y99h0hsa8wqwqw92h7ghrjxmsvz2z6l"))
(file-name (git-file-name name version))))
(build-system asdf-build-system/sbcl)
(native-inputs