guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: txr: Update to 243.


From: guix-commits
Subject: branch master updated: gnu: txr: Update to 243.
Date: Fri, 04 Sep 2020 05:40:33 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a43f825  gnu: txr: Update to 243.
a43f825 is described below

commit a43f825d4e343124f0ece3429e320f7a29ab2791
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Sep 4 11:38:16 2020 +0200

    gnu: txr: Update to 243.
    
    * gnu/packages/lisp.scm (txr): Update to 243.
---
 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 d52e751..df901aa 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -801,7 +801,7 @@ enough to play the original mainframe Zork all the way 
through.")
 (define-public txr
   (package
     (name "txr")
-    (version "242")
+    (version "243")
     (source
      (origin
        (method git-fetch)
@@ -810,7 +810,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 "0p38k1hjqmqb2zzydlm94yvll0qkpl70n4ywgs984lbyasn5zyqb"))))
+        (base32 "08rrl7ac6jnx0zfchzbpvs3qidrbjrl9c7p8s1wms90lp10i18ak"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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