diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2022-09-14 11:07:49 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-09-14 11:07:49 +0200 |
commit | 5b35626374783c019ba0911b612e1385f238dfbe (patch) | |
tree | aac5e60f167f56b41e31e6df2e7ff2bd2773b2ed /gnu/packages/lisp.scm | |
parent | 33cff9aad29f80453bc6bc9d3ac69230168b8f9d (diff) | |
download | guix-5b35626374783c019ba0911b612e1385f238dfbe.tar.gz |
gnu: txr: Update to 281.
* gnu/packages/lisp.scm (txr): Update to 281.
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 204596d0d6..77706c88ae 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 "280") + (version "281") (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 "1ni2yb9dggldgizfp13mvrw5vzk13pg74dpk2lyn9dijqvs293s4")))) + (base32 "18sncprahl41hcy9l6mc4vwlaiamkwrs805974g4vci4waccb37k")))) (build-system gnu-build-system) (arguments `(#:configure-flags |