summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2026-01-12 16:28:11 -0500
committerjgart <jgart@dismail.de>2026-01-12 16:28:11 -0500
commit8e1c068309b9c8a00307109df6e72b65259f1a84 (patch)
treee4af9815f06186f706731939df9a74ea12c652ce /gnu
parent6e6ff239798082962e68a0e950ff7ce710de7738 (diff)
gnu: sbcl-cl-environments: Update to 0.5.
* gnu/packages/lisp-xyz.scm (sbcl-cl-environments): Update to 0.5. Change-Id: If63110ee7fee8d62ac86b15bbbde92216abaae20
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 a104f60e8c6..d124b523d77 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -6001,7 +6001,7 @@ that and not limited to a certain server or text format.")
(define-public sbcl-cl-environments
(package
(name "sbcl-cl-environments")
- (version "0.4")
+ (version "0.5")
(source
(origin
(method git-fetch)
@@ -6010,7 +6010,7 @@ that and not limited to a certain server or text format.")
(commit (string-append "v" version))))
(file-name (git-file-name "cl-environments" version))
(sha256
- (base32 "10jxj043d2dw5vc0i0lz0lsa4qszn8him5is8jdhl4nsyfcazmky"))))
+ (base32 "0597q1j2scal8sx0rcx9c0nazai3p1d72wmzssb9rx0fa7vpr6ij"))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria sbcl-anaphora sbcl-collectors sbcl-optima))