guix-commits
[Top][All Lists]
Advanced

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

275/285: gnu: txr: Update to 230.


From: guix-commits
Subject: 275/285: gnu: txr: Update to 230.
Date: Sun, 29 Dec 2019 20:44:47 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit 2c8ed3c0c04134326d6a9f73e2756b50123fdde4
Author: Guillaume Le Vaillant <address@hidden>
Date:   Sun Dec 29 11:37:59 2019 +0100

    gnu: txr: Update to 230.
    
    * gnu/packages/lisp.scm (txr): Update to 230.
---
 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 79721d5..a3ac957 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -773,7 +773,7 @@ enough to play the original mainframe Zork all the way 
through.")
 (define-public txr
   (package
     (name "txr")
-    (version "229")
+    (version "230")
     (source
      (origin
        (method git-fetch)
@@ -784,7 +784,7 @@ enough to play the original mainframe Zork all the way 
through.")
        (patches (search-patches "txr-shell.patch"))
        (sha256
         (base32
-         "070lqckhbcq3wn5ajyaa41hh0gypaa48wnxkk6mc5mxvmv76ml46"))))
+         "1ma6nbqsnl4f8ndh47zzc8n5vzcny66v0z3ndddgm3g0bqaxzjzm"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("cc=gcc")



reply via email to

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