gnu: sbcl-misc-extensions: Update to 4.2.3.

* gnu/packages/lisp-xyz.scm (sbcl-misc-extensions): Update to 4.2.3.

Change-Id: I56e8b891b928cbc2b673819d80b57d1fda1b78d4
This commit is contained in:
jgart 2026-01-12 17:38:31 -05:00
parent 7a405568f4
commit bc5fcfb028
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -23122,7 +23122,7 @@ latitude/longitude and MGRS.")
(define-public sbcl-misc-extensions
(package
(name "sbcl-misc-extensions")
(version "4.0.3")
(version "4.2.3")
(source
(origin
(method git-fetch)
@ -23132,7 +23132,7 @@ latitude/longitude and MGRS.")
(file-name (git-file-name "cl-misc-extensions" version))
(sha256
(base32
"02hw5k7zfzs736dhpcii8ncvx3ia4l5byw5ngzmhydqscbi4hcvc"))))
"0q46hr75kzrqwg83f05ymxfd9k6dky6mm3c05xm8b2ryywhikzf7"))))
(build-system asdf-build-system/sbcl)
(synopsis "Collection of small macros and extensions for Common Lisp")
(description