summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lisp-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index d10fa1dc554..0420146687e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4033,7 +4033,7 @@ by Ruby's @code{Chronic}.")
4033(define-public sbcl-chunga 4033(define-public sbcl-chunga
4034 (package 4034 (package
4035 (name "sbcl-chunga") 4035 (name "sbcl-chunga")
4036 (version "1.1.7") 4036 (version "1.1.9")
4037 (source 4037 (source
4038 (origin 4038 (origin
4039 (method git-fetch) 4039 (method git-fetch)
@@ -4042,7 +4042,7 @@ by Ruby's @code{Chronic}.")
4042 (commit (string-append "v" version)))) 4042 (commit (string-append "v" version))))
4043 (file-name (git-file-name name version)) 4043 (file-name (git-file-name name version))
4044 (sha256 4044 (sha256
4045 (base32 "0jzn3nyb3f22gm983rfk99smqs3mhb9ivjmasvhq9qla5cl9pyhd")))) 4045 (base32 "17jswsp31dh1jpg2n60nn34wxf4z6vvxjq1avy50z9fnzywvikyi"))))
4046 (build-system asdf-build-system/sbcl) 4046 (build-system asdf-build-system/sbcl)
4047 (inputs 4047 (inputs
4048 (list sbcl-trivial-gray-streams)) 4048 (list sbcl-trivial-gray-streams))