guix-commits
[Top][All Lists]
Advanced

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

01/10: gnu: txr: Update to 292.


From: guix-commits
Subject: 01/10: gnu: txr: Update to 292.
Date: Thu, 30 Nov 2023 10:11:29 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit bd5955e3e4c87189f0a6f95ed69fb6ea4d07de9f
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Nov 30 14:36:59 2023 +0100

    gnu: txr: Update to 292.
    
    * gnu/packages/lisp.scm (txr): Update to 292.
    
    Change-Id: I7fb2e2c5ea40954d45eb80d36fb0db4f6f45c4c7
---
 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 8fccee94dc..35f041c8e0 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 "291")
+    (version "292")
     (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 "0nsb302arpd2mw2z2l12j6yg9pp94lfb79h3sym72ih7rmklnfx7"))))
+        (base32 "0lly446pinfrr5d4rgsas8c7kqal2g03bbsbmn0yvhvazb39c15g"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags



reply via email to

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