guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: sbcl-fiveam: Update to 1.4.1.


From: guix-commits
Subject: 02/03: gnu: sbcl-fiveam: Update to 1.4.1.
Date: Mon, 2 Sep 2019 11:10:11 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 0b2396b6c6d1ca4642c809fc8627d7d57a84d524
Author: Pierre Neidhardt <address@hidden>
Date:   Mon Sep 2 17:06:24 2019 +0200

    gnu: sbcl-fiveam: Update to 1.4.1.
    
    * gnu/packages/lisp.scm (sbcl-fiveam): Update to 1.4.1.
---
 gnu/packages/lisp.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index c6deb95..fffbbbe 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]