aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRoman Scherer <roman@burningswell.com>2024-09-15 10:18:55 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2024-09-18 14:36:43 +0200
commit5624102b8a157968f0d3c5f6c5ea4d7dae9f57ef (patch)
treead452f19917ec54b991cfb0780722e15b3f91ce2 /gnu
parenteb0e62aeb044eb5b9fee6cc10a2674bae24845e1 (diff)
downloadguix-5624102b8a157968f0d3c5f6c5ea4d7dae9f57ef.tar.gz
guix-5624102b8a157968f0d3c5f6c5ea4d7dae9f57ef.zip
gnu: cl-postmodern: Update to 1.33.12.
* gnu/packages/lisp-xyz.scm (sbcl-postmodern): Update to 1.33.12. Change-Id: If778a4cf81be61094ba871c5b9f665bfc684bb47 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 ee48068e5a..0af7cace66 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -23814,7 +23814,7 @@ are provided.")
(define-public sbcl-postmodern
(package
(name "sbcl-postmodern")
- (version "1.32.9")
+ (version "1.33.12")
(source
(origin
(method git-fetch)
@@ -23823,10 +23823,10 @@ are provided.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "137jci4hn4vlxf48y39k0di27kc89kvxy3brmn3vl9xq56sy6mhz"))))
+ (base32 "14js3pz0jbvf11liqbrxhndb98vasib4bzkv7im87mysxzk8glqz"))))
(build-system asdf-build-system/sbcl)
(native-inputs
- (list sbcl-fiveam))
+ (list sbcl-fiveam sbcl-trivial-octet-streams))
(inputs
`(("alexandria" ,sbcl-alexandria)
("bordeaux-threads" ,sbcl-bordeaux-threads)