guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: txr: Update to 233.


From: guix-commits
Subject: 01/04: gnu: txr: Update to 233.
Date: Thu, 12 Mar 2020 05:10:35 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 0aedcf4bc3e36071609d5b1f8a52fd449ec05118
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Thu Mar 12 09:33:47 2020 +0100

    gnu: txr: Update to 233.
    
    * gnu/packages/lisp.scm (txr): Update to 233.
---
 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 b5d8fd3..2af0d78 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -797,7 +797,7 @@ enough to play the original mainframe Zork all the way 
through.")
 (define-public txr
   (package
     (name "txr")
-    (version "232")
+    (version "233")
     (source
      (origin
        (method git-fetch)
@@ -808,7 +808,7 @@ enough to play the original mainframe Zork all the way 
through.")
        (patches (search-patches "txr-shell.patch"))
        (sha256
         (base32
-         "1vcnask4a1rxrljp4rcbkfihrndkv25l256l125vv39gjhf315xp"))))
+         "14dwjgx9lbfajk3q539m3v3b9j047q83ldnqb4cagbs8ampvhfbv"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("cc=gcc")



reply via email to

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