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 @@ (define-public ecl-cl-positional-lambda
(define-public sbcl-postmodern (define-public sbcl-postmodern
(package (package
(name "sbcl-postmodern") (name "sbcl-postmodern")
(version "1.32.9") (version "1.33.12")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -23823,10 +23823,10 @@ (define-public sbcl-postmodern
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "137jci4hn4vlxf48y39k0di27kc89kvxy3brmn3vl9xq56sy6mhz")))) (base32 "14js3pz0jbvf11liqbrxhndb98vasib4bzkv7im87mysxzk8glqz"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(native-inputs (native-inputs
(list sbcl-fiveam)) (list sbcl-fiveam sbcl-trivial-octet-streams))
(inputs (inputs
`(("alexandria" ,sbcl-alexandria) `(("alexandria" ,sbcl-alexandria)
("bordeaux-threads" ,sbcl-bordeaux-threads) ("bordeaux-threads" ,sbcl-bordeaux-threads)