guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: txr: Update to 259.


From: guix-commits
Subject: 06/06: gnu: txr: Update to 259.
Date: Thu, 20 May 2021 08:11:36 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 79922038bcf4ad9689b6ba3772bebaf15454f34b
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu May 20 14:08:32 2021 +0200

    gnu: txr: Update to 259.
    
    * gnu/packages/lisp.scm (txr): Update to 259.
---
 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 24babaf..f6df3ef 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -847,7 +847,7 @@ enough to play the original mainframe Zork all the way 
through.")
 (define-public txr
   (package
     (name "txr")
-    (version "258")
+    (version "259")
     (source
      (origin
        (method git-fetch)
@@ -856,7 +856,7 @@ enough to play the original mainframe Zork all the way 
through.")
              (commit (string-append "txr-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "126hvjqlbrsp7sp9wbcii5cc9j5r3dq24cvxi5z3z9zys2plzrn2"))))
+        (base32 "1awg6l458pl2y340l0vja2j5q636vh2mx2mllxqydg36j89lfniz"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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