guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: txr: Update to 246.


From: guix-commits
Subject: 01/02: gnu: txr: Update to 246.
Date: Sat, 2 Jan 2021 05:16:33 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 88a4e5f19b7288d73a70115e3c80a8dbcb2c04d7
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Jan 2 10:48:08 2021 +0100

    gnu: txr: Update to 246.
    
    * gnu/packages/lisp.scm (txr): Update to 246.
---
 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 603bbab..9ef37d7 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -840,7 +840,7 @@ enough to play the original mainframe Zork all the way 
through.")
 (define-public txr
   (package
     (name "txr")
-    (version "245")
+    (version "246")
     (source
      (origin
        (method git-fetch)
@@ -849,7 +849,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 "1pnajvqhzjlw0rwwhhk4hyps5pbg9njh10iqhnmvl1xnah6ff94z"))))
+        (base32 "1ynkz0ss7nn1ssiaxagpq80iabknf085nk0pra9hn8y9hx7av0db"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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