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>
This commit is contained in:
Roman Scherer 2024-09-15 10:18:55 +02:00 committed by Guillaume Le Vaillant
parent eb0e62aeb0
commit 5624102b8a
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F

View File

@ -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)