diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2022-08-12 11:47:52 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-08-12 11:47:52 +0200 |
commit | ff2c97a803fba1e94c1477e26a917a5d0cb2a56e (patch) | |
tree | 513f761441619717a7b6e24fad45461f3a142c61 /gnu/packages/lisp.scm | |
parent | e8e9472af5b758b3f30fe499571bf6f634a4b19b (diff) | |
download | guix-ff2c97a803fba1e94c1477e26a917a5d0cb2a56e.tar.gz |
gnu: txr: Update to 280.
* gnu/packages/lisp.scm (txr): Update to 280.
Diffstat (limited to 'gnu/packages/lisp.scm')
-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 8e59ec956b..8a1be073ad 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -984,7 +984,7 @@ the HTML documentation of TXR.") (define-public txr (package (name "txr") - (version "278") + (version "280") (source (origin (method git-fetch) @@ -993,7 +993,7 @@ the HTML documentation of TXR.") (commit (string-append "txr-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "08jmqv245vnvl4xx6x5a5hxlnhdcipfdbja54dvsi6wkiks2fif7")))) + (base32 "1ni2yb9dggldgizfp13mvrw5vzk13pg74dpk2lyn9dijqvs293s4")))) (build-system gnu-build-system) (arguments `(#:configure-flags |