GNU bug report logs -
#56379
[PATCH] gnu: txr: Update to 278.
Previous Next
Reported by: "Paul A. Patience" <paul <at> apatience.com>
Date: Mon, 4 Jul 2022 04:16:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/lisp.scm (txr): Update to 278.
---
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 af65d9327f..9de609878c 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -958,7 +958,7 @@ (define man-for-txr
(define-public txr
(package
(name "txr")
- (version "277")
+ (version "278")
(source
(origin
(method git-fetch)
@@ -967,7 +967,7 @@ (define-public txr
(commit (string-append "txr-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1w6q5inydz0cf4g3y8954msxfb2clf4nj4aqiiayp0z2y96b7bhk"))))
+ (base32 "08jmqv245vnvl4xx6x5a5hxlnhdcipfdbja54dvsi6wkiks2fif7"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
--
2.36.1
This bug report was last modified 2 years and 319 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.