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:
Sharlatan Hellseher 2021-05-19 23:09:44 +01:00 committed by Guillaume Le Vaillant
parent f724e508e3
commit f8238f9606
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -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)