guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: txr: Update to 256.


From: guix-commits
Subject: 01/03: gnu: txr: Update to 256.
Date: Wed, 21 Apr 2021 08:27:50 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit b33e83ea9c0bfe328e9bd22fbd63ed02d14c2825
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Apr 21 13:46:31 2021 +0200

    gnu: txr: Update to 256.
    
    * gnu/packages/lisp.scm (txr): Update to 256.
---
 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 1d8c1ac..47a83a0 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 "255")
+    (version "256")
     (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 "0fjca44761x29xg5hh60yf4i3k7462z7ysnadbk2wzisp42yxk6j"))))
+        (base32 "1g0kglp2dsfnqbiq1kg49vhsj981dm1b2s091rwgvws9vdl77gr6"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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