[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: txr: Update to 259.
From: |
guix-commits |
Subject: |
06/06: gnu: txr: Update to 259. |
Date: |
Thu, 20 May 2021 08:11:36 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit 79922038bcf4ad9689b6ba3772bebaf15454f34b
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu May 20 14:08:32 2021 +0200
gnu: txr: Update to 259.
* gnu/packages/lisp.scm (txr): Update to 259.
---
gnu/packages/lisp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 24babaf..f6df3ef 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -847,7 +847,7 @@ enough to play the original mainframe Zork all the way
through.")
(define-public txr
(package
(name "txr")
- (version "258")
+ (version "259")
(source
(origin
(method git-fetch)
@@ -856,7 +856,7 @@ enough to play the original mainframe Zork all the way
through.")
(commit (string-append "txr-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "126hvjqlbrsp7sp9wbcii5cc9j5r3dq24cvxi5z3z9zys2plzrn2"))))
+ (base32 "1awg6l458pl2y340l0vja2j5q636vh2mx2mllxqydg36j89lfniz"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
- 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 <=
- 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, 2021/05/20