diff options
author | Guillaume Le Vaillant <[email protected]> | 2025-02-26 14:16:10 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <[email protected]> | 2025-02-26 14:16:10 +0100 |
commit | fd0bebea98e91850fa21a06fb45273612fa7135e (patch) | |
tree | dcbc81c26c8e8e61e2b85d232207f6f7d1813a68 | |
parent | 90ee330bafc5a95493f9cdae2e32ddf740104ebc (diff) |
gnu: txr: Update to 299.
* gnu/packages/lisp.scm (txr): Update to 299.
Change-Id: I4e302f249cfb8fcb2c86011192942b3da55ea7ac
-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 5b16ff119b..1af71bc9a2 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -1667,7 +1667,7 @@ the HTML documentation of TXR.") (define-public txr (package (name "txr") - (version "298") + (version "299") (source (origin (method git-fetch) @@ -1676,7 +1676,7 @@ the HTML documentation of TXR.") (commit (string-append "txr-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1y2g3dn47df781alfqaiak0nqkzv73yiaiypdd0q2gki9vriam1m")))) + (base32 "0hlq79j3vyx5y3ffccjkbqx7mvwzbw9dcfy5jrayfzzqwnsyvr78")))) (build-system gnu-build-system) (arguments (list #:configure-flags |