[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: sbcl-fiveam: Update to 1.4.2.
From: |
guix-commits |
Subject: |
04/06: gnu: sbcl-fiveam: Update to 1.4.2. |
Date: |
Thu, 20 May 2021 08:11:35 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit f8238f9606ff628b555593c5512637e1b3b25607
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed May 19 23:09:44 2021 +0100
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>
---
gnu/packages/lisp-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index dc60c4a..4c367d1 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -329,7 +329,7 @@ or cl-launch for portable processing of command-line
arguments.")
(define-public sbcl-fiveam
(package
(name "sbcl-fiveam")
- (version "1.4.1")
+ (version "1.4.2")
(source
(origin
(method git-fetch)
@@ -338,7 +338,7 @@ or cl-launch for portable processing of command-line
arguments.")
(commit (string-append "v" version))))
(file-name (git-file-name "fiveam" version))
(sha256
- (base32 "1q3d38pwafnwnw42clq0f8g5xw7pbzr287jl9jsqmb1vb0n1vrli"))))
+ (base32 "04mh5plmlb15jbq3dkd8b9jl1dmbbg4hnd3k7859vpf6s12k5p4j"))))
(inputs
`(("alexandria" ,sbcl-alexandria)
("net.didierverna.asdf-flv" ,sbcl-net.didierverna.asdf-flv)
- branch master updated (71045f4 -> 7992203), guix-commits, 2021/05/20
- 01/06: gnu: sbcl-pzmq: Update to 0.0.0-2.6f7b2ca., guix-commits, 2021/05/20
- 02/06: gnu: sbcl-numcl: Update to 0.2.0-2.3dcdb0e., guix-commits, 2021/05/20
- 05/06: gnu: sbcl-flexi-streams: Update to 1.0.19., guix-commits, 2021/05/20
- 06/06: gnu: txr: Update to 259., guix-commits, 2021/05/20
- 03/06: gnu: sbcl-golden-utils: Update to 0.0.0-3.fe1898f., guix-commits, 2021/05/20
- 04/06: gnu: sbcl-fiveam: Update to 1.4.2.,
guix-commits <=