guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/07: gnu: txr: Update to 291.


From: guix-commits
Subject: 07/07: gnu: txr: Update to 291.
Date: Tue, 8 Aug 2023 04:32:01 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit f19736e62f9ab5fba0ac5fe184a221c2a5d374c6
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Aug 8 10:11:52 2023 +0200

    gnu: txr: Update to 291.
    
    * gnu/packages/lisp.scm (txr): Update to 291.
---
 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 2f4fe6476d..6f425a6e4a 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -994,7 +994,7 @@ the HTML documentation of TXR.")
 (define-public txr
   (package
     (name "txr")
-    (version "289")
+    (version "291")
     (source
      (origin
        (method git-fetch)
@@ -1003,7 +1003,7 @@ the HTML documentation of TXR.")
              (commit (string-append "txr-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1jcz5iggp4mz5bzgnifr4xdpvz0sxa8cminynhdcs2jqr073xy8b"))))
+        (base32 "0nsb302arpd2mw2z2l12j6yg9pp94lfb79h3sym72ih7rmklnfx7"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]