mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
7a405568f4
commit
bc5fcfb028
1 changed files with 2 additions and 2 deletions
|
|
@ -23122,7 +23122,7 @@ latitude/longitude and MGRS.")
|
||||||
(define-public sbcl-misc-extensions
|
(define-public sbcl-misc-extensions
|
||||||
(package
|
(package
|
||||||
(name "sbcl-misc-extensions")
|
(name "sbcl-misc-extensions")
|
||||||
(version "4.0.3")
|
(version "4.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -23132,7 +23132,7 @@ latitude/longitude and MGRS.")
|
||||||
(file-name (git-file-name "cl-misc-extensions" version))
|
(file-name (git-file-name "cl-misc-extensions" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02hw5k7zfzs736dhpcii8ncvx3ia4l5byw5ngzmhydqscbi4hcvc"))))
|
"0q46hr75kzrqwg83f05ymxfd9k6dky6mm3c05xm8b2ryywhikzf7"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(synopsis "Collection of small macros and extensions for Common Lisp")
|
(synopsis "Collection of small macros and extensions for Common Lisp")
|
||||||
(description
|
(description
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue