guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: txr: Update to 281.


From: guix-commits
Subject: 03/03: gnu: txr: Update to 281.
Date: Wed, 14 Sep 2022 05:09:06 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 5b35626374783c019ba0911b612e1385f238dfbe
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Sep 14 11:07:49 2022 +0200

    gnu: txr: Update to 281.
    
    * gnu/packages/lisp.scm (txr): Update to 281.
---
 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 204596d0d6..77706c88ae 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -988,7 +988,7 @@ the HTML documentation of TXR.")
 (define-public txr
   (package
     (name "txr")
-    (version "280")
+    (version "281")
     (source
      (origin
        (method git-fetch)
@@ -997,7 +997,7 @@ the HTML documentation of TXR.")
              (commit (string-append "txr-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ni2yb9dggldgizfp13mvrw5vzk13pg74dpk2lyn9dijqvs293s4"))))
+        (base32 "18sncprahl41hcy9l6mc4vwlaiamkwrs805974g4vci4waccb37k"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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