guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: txr: Update to 274.


From: guix-commits
Subject: 05/05: gnu: txr: Update to 274.
Date: Fri, 25 Mar 2022 06:21:57 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit cce693a4a9047e6bb29f9638d408959967011921
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Mar 25 11:20:33 2022 +0100

    gnu: txr: Update to 274.
    
    * gnu/packages/lisp.scm (txr): Update to 274.
---
 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 3661042002..361d6409d4 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -911,7 +911,7 @@ the HTML documentation of TXR.")
 (define-public txr
   (package
     (name "txr")
-    (version "273")
+    (version "274")
     (source
      (origin
        (method git-fetch)
@@ -920,7 +920,7 @@ the HTML documentation of TXR.")
              (commit (string-append "txr-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1m4akw64458qcrfbqv71z9y8q9dszj26d7jfqblcn6nn8akx2jyb"))))
+        (base32 "0sz5wqqhmj2b9h9q95s8x4gb4cia6qddqp2mg29a5dpdh6jh3qyp"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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