guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: txr: Update to 282.


From: guix-commits
Subject: 02/02: gnu: txr: Update to 282.
Date: Sun, 18 Sep 2022 12:53:25 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit e775b99d451ba31fb2b909315745d45427fbdea7
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sun Sep 18 14:23:28 2022 +0200

    gnu: txr: Update to 282.
    
    * gnu/packages/lisp.scm (txr): Update to 282.
---
 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 5ed53eccc1..e21b60ec75 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 "281")
+    (version "282")
     (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 "18sncprahl41hcy9l6mc4vwlaiamkwrs805974g4vci4waccb37k"))))
+        (base32 "1hzni1v9qlh1vy8spz8prink7v9hp2bin15vnyfha2ax306w6dq5"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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