aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPaul A. Patience <paul@apatience.com>2023-03-06 10:35:19 +0000
committerGuillaume Le Vaillant <glv@posteo.net>2023-03-07 10:46:01 +0100
commit0189ede02e00b8c2c05456963b13244160c85eaa (patch)
tree592f6354493b2c780b1c75b73ab3ec0772fb6b29 /gnu
parent0de96f0c73edb263ba6bb8088d3e2c2c88518344 (diff)
downloadguix-0189ede02e00b8c2c05456963b13244160c85eaa.tar.gz
guix-0189ede02e00b8c2c05456963b13244160c85eaa.zip
gnu: cl-clingon: Update to 0.4.0-1.ff4fda1.
* gnu/packages/lisp-xyz.scm (sbcl-clingon): Update to 0.4.0-1.ff4fda1. 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 0728e24e79..e1b99cc196 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -883,8 +883,8 @@ Common Lisp, heavily influenced by Python's @code{optparse} and
(sbcl-package->cl-source-package sbcl-adopt))
(define-public sbcl-clingon
- (let ((commit "4b99dcb4eb4433118a95f5b4ca49ae32b0a57492")
- (revision "0"))
+ (let ((commit "ff4fda1768551fecdf1c527a3097ae99ba5f40b5")
+ (revision "1"))
(package
(name "sbcl-clingon")
(version (git-version "0.4.0" revision commit))
@@ -896,7 +896,7 @@ Common Lisp, heavily influenced by Python's @code{optparse} and
(commit commit)))
(file-name (git-file-name "cl-clingon" version))
(sha256
- (base32 "1nn1zs8n6rsys9s791y6sarpy3416aq848mkfr767g5s5y44ij7j"))))
+ (base32 "1b5ybq2x8bwsr541cznwv43lf9j5gz1ij52xj181kg32wb3x0y3n"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-rove))