diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2023-05-09 14:15:23 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2023-05-09 14:15:23 +0200 |
commit | f5a2c6c2ab16e311545ff49bb756815edd5d7e89 (patch) | |
tree | 10e6385c589e28ebc9b56f8488a21f730ddbaa5d | |
parent | 5aae6c99c2a0ae8691b7965938531b688ef837f5 (diff) | |
download | guix-f5a2c6c2ab16e311545ff49bb756815edd5d7e89.tar guix-f5a2c6c2ab16e311545ff49bb756815edd5d7e89.tar.gz |
gnu: txr: Update to 286.
* gnu/packages/lisp.scm (txr): Update to 286.
-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 2cdb76cfff..000c8e8e66 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -987,7 +987,7 @@ the HTML documentation of TXR.") (define-public txr (package (name "txr") - (version "285") + (version "286") (source (origin (method git-fetch) @@ -996,7 +996,7 @@ the HTML documentation of TXR.") (commit (string-append "txr-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1ypsgakhak0znmg3wzblfcwd4s4nanzm61dz66gwi48rfnq35znl")))) + (base32 "0c5prq9ans4qv8dgfn85555by9rb22p276g21w4mns0rqhjd0ij8")))) (build-system gnu-build-system) (arguments (list #:configure-flags |