guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: txr: Update to 293.


From: guix-commits
Subject: 01/07: gnu: txr: Update to 293.
Date: Thu, 4 Jan 2024 05:45:56 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit d66b19009680a529194b7bdef365b5ca99d9562c
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Jan 4 10:22:25 2024 +0100

    gnu: txr: Update to 293.
    
    * gnu/packages/lisp.scm (txr): Update to 293.
    
    Change-Id: Ife084219385e11f87b26b59f584c9c0a8c9a323c
---
 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 afd50bf46a..4a895984e7 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -999,7 +999,7 @@ the HTML documentation of TXR.")
 (define-public txr
   (package
     (name "txr")
-    (version "292")
+    (version "293")
     (source
      (origin
        (method git-fetch)
@@ -1008,7 +1008,7 @@ the HTML documentation of TXR.")
              (commit (string-append "txr-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0lly446pinfrr5d4rgsas8c7kqal2g03bbsbmn0yvhvazb39c15g"))))
+        (base32 "1b3vhlnw4ymznnlh9d71qhkcdc1p69a53hilckc3rql9y4jsik57"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags



reply via email to

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