summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2024-07-04 09:26:14 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2024-07-04 13:13:28 +0200
commitfc168a4ca68b92c7b99b7311e0c7fe9368e72daa (patch)
treee7dc9a8b417dcd4b3b4d5502bd5aaf194727d5d0
parent3979812d4923e980f0069ad99332e2df7c033769 (diff)
gnu: txr: Update to 295.
* gnu/packages/lisp.scm (txr): Update to 295. Change-Id: I8e7430b4931c5eb8772e8138418f52a193d569cd
-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 1b985362b1d..edcb7820ce4 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1569,7 +1569,7 @@ the HTML documentation of TXR.")
1569(define-public txr 1569(define-public txr
1570 (package 1570 (package
1571 (name "txr") 1571 (name "txr")
1572 (version "294") 1572 (version "295")
1573 (source 1573 (source
1574 (origin 1574 (origin
1575 (method git-fetch) 1575 (method git-fetch)
@@ -1578,7 +1578,7 @@ the HTML documentation of TXR.")
1578 (commit (string-append "txr-" version)))) 1578 (commit (string-append "txr-" version))))
1579 (file-name (git-file-name name version)) 1579 (file-name (git-file-name name version))
1580 (sha256 1580 (sha256
1581 (base32 "0cd0ah6lzwszn4jjxrbwknhscdm6rgsprpiybzlikcckgcylpkdn")))) 1581 (base32 "0fpvsz31ark1gyhzyg2x85fxfssfjfc6k0v9hvqdp0y1q5bf66az"))))
1582 (build-system gnu-build-system) 1582 (build-system gnu-build-system)
1583 (arguments 1583 (arguments
1584 (list #:configure-flags 1584 (list #:configure-flags