diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2025-06-01 09:36:41 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2025-06-06 20:42:08 +0200 |
commit | eb5ae31d17a7924202ba78621c6e696e7f3d5c81 (patch) | |
tree | d9da161b61d04b95971951d61d9d79bca4b20982 | |
parent | 45f894ee872c200d76a6a3dbec0db17a66c24c43 (diff) |
gnu: txr: Update to 300.
* gnu/packages/lisp.scm (txr): Update to 300.
Change-Id: Ia55d95c866f1783fea1c4c5329d914a4c7bd8a69
-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 7fda9225d9..3664e11a5b 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -1695,7 +1695,7 @@ the HTML documentation of TXR.") (define-public txr (package (name "txr") - (version "299") + (version "300") (source (origin (method git-fetch) @@ -1704,7 +1704,7 @@ the HTML documentation of TXR.") (commit (string-append "txr-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0hlq79j3vyx5y3ffccjkbqx7mvwzbw9dcfy5jrayfzzqwnsyvr78")))) + (base32 "1cxdsk31wj8874nijwbcx7c3zsspsclr722jbaivisrm2wx5hbqn")))) (build-system gnu-build-system) (arguments (list #:configure-flags |