mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sbcl-fiveam: Update to 1.4.2.
* gnu/packages/lisp-xyz.scm (sbcl-fiveam): Update to 1.4.2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
f724e508e3
commit
f8238f9606
1 changed files with 2 additions and 2 deletions
|
@ -329,7 +329,7 @@ or cl-launch for portable processing of command-line arguments.")
|
||||||
(define-public sbcl-fiveam
|
(define-public sbcl-fiveam
|
||||||
(package
|
(package
|
||||||
(name "sbcl-fiveam")
|
(name "sbcl-fiveam")
|
||||||
(version "1.4.1")
|
(version "1.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -338,7 +338,7 @@ or cl-launch for portable processing of command-line arguments.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name "fiveam" version))
|
(file-name (git-file-name "fiveam" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1q3d38pwafnwnw42clq0f8g5xw7pbzr287jl9jsqmb1vb0n1vrli"))))
|
(base32 "04mh5plmlb15jbq3dkd8b9jl1dmbbg4hnd3k7859vpf6s12k5p4j"))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("alexandria" ,sbcl-alexandria)
|
`(("alexandria" ,sbcl-alexandria)
|
||||||
("net.didierverna.asdf-flv" ,sbcl-net.didierverna.asdf-flv)
|
("net.didierverna.asdf-flv" ,sbcl-net.didierverna.asdf-flv)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue