summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2021-05-19 23:06:47 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2021-05-20 14:10:31 +0200
commitf724e508e38a9a5733b23b38743107a565a25dfb (patch)
tree5c378c2746bef19a8e16eeb4556a4b5093cdc962 /gnu
parent7b056654816ab7608026a0bc509333519b80ebd8 (diff)
downloadguix-patches-f724e508e38a9a5733b23b38743107a565a25dfb.tar
guix-patches-f724e508e38a9a5733b23b38743107a565a25dfb.tar.gz
gnu: sbcl-golden-utils: Update to 0.0.0-3.fe1898f.
* gnu/packages/lisp-xyz.scp (sbcl-golden-utils): Update to 0.0.0-3.fe1898f. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lisp-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 13396c2492..dc60c4a54f 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -195,8 +195,8 @@ implementation with no external dependencies.")
(sbcl-package->ecl-package sbcl-bodge-queue))
(define-public sbcl-golden-utils
- (let ((commit "62a5cb948a011eb26e7a89f56d5839a3334b4100")
- (revision "2"))
+ (let ((commit "fe1898f9abbd302b0359f017637c063173cf73e1")
+ (revision "3"))
(package
(name "sbcl-golden-utils")
(version (git-version "0.0.0" revision commit))
@@ -208,7 +208,7 @@ implementation with no external dependencies.")
(commit commit)))
(file-name (git-file-name "golden-utils" version))
(sha256
- (base32 "13mvxqwd1nmpq8h5hb1s60wyqdj7ji4haxrqr0sy3csyqa8aq2j8"))))
+ (base32 "1ljc8yj32lmd1d60446rzl9m0r1ar15gdzacsf6blw1kny8xlrsr"))))
(build-system asdf-build-system/sbcl)
(inputs
`(("alexandria" ,sbcl-alexandria)))