aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2024-08-22 13:40:48 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2024-08-22 13:49:16 +0200
commit645cb9b6f609a6e399437d2c76f9b61b8e6dd7a3 (patch)
treeba87980a4feac0a74826a2dc3903607007cb968c
parent1bb9da089586cec646925d226a198757af1e0b71 (diff)
downloadguix-645cb9b6f609a6e399437d2c76f9b61b8e6dd7a3.tar.gz
guix-645cb9b6f609a6e399437d2c76f9b61b8e6dd7a3.zip
gnu: txr: Update to 296.
* gnu/packages/lisp.scm (txr): Update to 296. Change-Id: I7130cf977866ef541c16fbdacad98a06a7678187
-rw-r--r--gnu/packages/lisp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 4f2e61733d..23b23ad20a 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1651,7 +1651,7 @@ the HTML documentation of TXR.")
(define-public txr
(package
(name "txr")
- (version "295")
+ (version "296")
(source
(origin
(method git-fetch)
@@ -1660,7 +1660,7 @@ the HTML documentation of TXR.")
(commit (string-append "txr-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0fpvsz31ark1gyhzyg2x85fxfssfjfc6k0v9hvqdp0y1q5bf66az"))))
+ (base32 "1b91s5kpsf62j9qdk352kh94knd9iykk64dvbrba09h3zryankyv"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags