glv pushed a commit to branch master
in repository guix.

commit 645cb9b6f609a6e399437d2c76f9b61b8e6dd7a3
Author: Guillaume Le Vaillant <[email protected]>
AuthorDate: Thu Aug 22 13:40:48 2024 +0200

    gnu: txr: Update to 296.
    
    * gnu/packages/lisp.scm (txr): Update to 296.
    
    Change-Id: I7130cf977866ef541c16fbdacad98a06a7678187
---
 gnu/packages/lisp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 4f2e61733d..23b23ad20a 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1651,7 +1651,7 @@ the HTML documentation of TXR.")
 (define-public txr
   (package
     (name "txr")
-    (version "295")
+    (version "296")
     (source
      (origin
        (method git-fetch)
@@ -1660,7 +1660,7 @@ the HTML documentation of TXR.")
              (commit (string-append "txr-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0fpvsz31ark1gyhzyg2x85fxfssfjfc6k0v9hvqdp0y1q5bf66az"))))
+        (base32 "1b91s5kpsf62j9qdk352kh94knd9iykk64dvbrba09h3zryankyv"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags

Reply via email to