diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2023-04-04 09:59:05 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2023-04-04 09:59:05 +0200 |
commit | 5295f0b1d2a77ec8157bc363e1ec4864d7c3ccc8 (patch) | |
tree | 376713013ede7b70dceb4151aa13ab6c8055d3e5 | |
parent | 0f4efec48d46eb977371241fc68fca0eda284018 (diff) | |
download | guix-5295f0b1d2a77ec8157bc363e1ec4864d7c3ccc8.tar.gz |
gnu: txr: Update to 285.
* gnu/packages/lisp.scm (txr): Update to 285.
-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 67ba04c3ff..17fafba455 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -988,7 +988,7 @@ the HTML documentation of TXR.") (define-public txr (package (name "txr") - (version "284") + (version "285") (source (origin (method git-fetch) @@ -997,7 +997,7 @@ the HTML documentation of TXR.") (commit (string-append "txr-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1v6dq1q98v3jdx7g67k15njkpp49iwf30n29rrhwng3b3njqm75g")))) + (base32 "1ypsgakhak0znmg3wzblfcwd4s4nanzm61dz66gwi48rfnq35znl")))) (build-system gnu-build-system) (arguments `(#:configure-flags |