gnu: sbcl-fiveam: Update to 1.4.1.

* gnu/packages/lisp.scm (sbcl-fiveam): Update to 1.4.1.
master
Pierre Neidhardt 2019-09-02 17:06:24 +02:00
parent 0403d01f01
commit 0b2396b6c6
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 6 additions and 3 deletions

View File

@ -747,7 +747,7 @@ In order to make one or several variables file-local, use the macros
(define-public sbcl-fiveam
(package
(name "sbcl-fiveam")
(version "1.2")
(version "1.4.1")
(source
(origin
(method git-fetch)
@ -756,8 +756,11 @@ In order to make one or several variables file-local, use the macros
(commit (string-append "v" version))))
(file-name (git-file-name "fiveam" version))
(sha256
(base32 "1yx9716mk8pq9076q6cjx4c9lyax3amiccy37sh0913k2x8gsm4l"))))
(inputs `(("alexandria" ,sbcl-alexandria)))
(base32 "1q3d38pwafnwnw42clq0f8g5xw7pbzr287jl9jsqmb1vb0n1vrli"))))
(inputs
`(("alexandria" ,sbcl-alexandria)
("net.didierverna.asdf-flv" ,sbcl-net.didierverna.asdf-flv)
("trivial-backtrace" ,sbcl-trivial-backtrace)))
(build-system asdf-build-system/sbcl)
(synopsis "Common Lisp testing framework")
(description "FiveAM is a simple (as far as writing and running tests