diff options
author | Guillaume Le Vaillant <[email protected]> | 2024-08-22 13:40:48 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <[email protected]> | 2024-08-22 13:49:16 +0200 |
commit | 645cb9b6f609a6e399437d2c76f9b61b8e6dd7a3 (patch) | |
tree | ba87980a4feac0a74826a2dc3903607007cb968c | |
parent | 1bb9da089586cec646925d226a198757af1e0b71 (diff) |
gnu: txr: Update to 296.
* gnu/packages/lisp.scm (txr): Update to 296.
Change-Id: I7130cf977866ef541c16fbdacad98a06a7678187
-rw-r--r-- | gnu/packages/lisp.scm | 4 |
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 |