summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2025-06-01 09:36:41 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2025-06-06 20:42:08 +0200
commiteb5ae31d17a7924202ba78621c6e696e7f3d5c81 (patch)
treed9da161b61d04b95971951d61d9d79bca4b20982 /gnu
parent45f894ee872c200d76a6a3dbec0db17a66c24c43 (diff)
gnu: txr: Update to 300.
* gnu/packages/lisp.scm (txr): Update to 300. Change-Id: Ia55d95c866f1783fea1c4c5329d914a4c7bd8a69
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lisp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 7fda9225d98..3664e11a5ba 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1695,7 +1695,7 @@ the HTML documentation of TXR.")
1695(define-public txr 1695(define-public txr
1696 (package 1696 (package
1697 (name "txr") 1697 (name "txr")
1698 (version "299") 1698 (version "300")
1699 (source 1699 (source
1700 (origin 1700 (origin
1701 (method git-fetch) 1701 (method git-fetch)
@@ -1704,7 +1704,7 @@ the HTML documentation of TXR.")
1704 (commit (string-append "txr-" version)))) 1704 (commit (string-append "txr-" version))))
1705 (file-name (git-file-name name version)) 1705 (file-name (git-file-name name version))
1706 (sha256 1706 (sha256
1707 (base32 "0hlq79j3vyx5y3ffccjkbqx7mvwzbw9dcfy5jrayfzzqwnsyvr78")))) 1707 (base32 "1cxdsk31wj8874nijwbcx7c3zsspsclr722jbaivisrm2wx5hbqn"))))
1708 (build-system gnu-build-system) 1708 (build-system gnu-build-system)
1709 (arguments 1709 (arguments
1710 (list #:configure-flags 1710 (list #:configure-flags