diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2023-07-05 15:05:40 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2023-07-05 15:05:40 +0200 |
commit | a00e1ee3104936a46ab71507cc6287bbbe4dfa99 (patch) | |
tree | 489ce8a7624fb85f26a9bd0790548b05c97b1979 /gnu | |
parent | 5ee2546f149798d8b399c5a6ec8f8c37de545ade (diff) |
gnu: txr: Update to 289.
* gnu/packages/lisp.scm (txr): Update to 289.
Diffstat (limited to 'gnu')
-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 175617ad70..a868b31ecf 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -993,7 +993,7 @@ the HTML documentation of TXR.") (define-public txr (package (name "txr") - (version "288") + (version "289") (source (origin (method git-fetch) @@ -1002,7 +1002,7 @@ the HTML documentation of TXR.") (commit (string-append "txr-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0an26zffdaw9m673i077r2bw061mhzv4lz4z127sgda5gvg999mf")))) + (base32 "1jcz5iggp4mz5bzgnifr4xdpvz0sxa8cminynhdcs2jqr073xy8b")))) (build-system gnu-build-system) (arguments (list #:configure-flags |