mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sbcl-charje.loop: Update to 1.0.0.
* gnu/packages/lisp-xyz.scm (sbcl-charje.loop): Update to 1.0.0. [inputs]: Add sbcl-cl-environments. Change-Id: I7db70c1493f945fd731fea1f731704c69d0afe05
This commit is contained in:
parent
46402c383f
commit
78fe3d72c5
1 changed files with 3 additions and 2 deletions
|
@ -3443,7 +3443,7 @@ initialization methods.")
|
||||||
(define-public sbcl-charje.loop
|
(define-public sbcl-charje.loop
|
||||||
(package
|
(package
|
||||||
(name "sbcl-charje.loop")
|
(name "sbcl-charje.loop")
|
||||||
(version "0.0.1")
|
(version "1.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3453,11 +3453,12 @@ initialization methods.")
|
||||||
(file-name (git-file-name "cl-charje.loop" version))
|
(file-name (git-file-name "cl-charje.loop" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13353ycjm4jyczlqxh5r7f7q8g679pyfx91w4hj9p6mp7paqsn16"))))
|
"07cyfs4qasrp376304aiavg318pmb4wvnk7ny7fggddd6imaw6k5"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
(list sbcl-alexandria
|
(list sbcl-alexandria
|
||||||
sbcl-binding-arrows
|
sbcl-binding-arrows
|
||||||
|
sbcl-cl-environments
|
||||||
sbcl-parse-declarations))
|
sbcl-parse-declarations))
|
||||||
(home-page "https://git.sr.ht/~charje/loop")
|
(home-page "https://git.sr.ht/~charje/loop")
|
||||||
(synopsis "Loop abstraction for Common Lisp that is consistent for
|
(synopsis "Loop abstraction for Common Lisp that is consistent for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue