diff mbox series

[bug#38634] gnu: txr: Update to 229.

Message ID 20191216110004.19476-1-glv@posteo.net
State Accepted
Headers show
Series [bug#38634] gnu: txr: Update to 229. | expand

Commit Message

Guillaume Le Vaillant Dec. 16, 2019, 11 a.m. UTC
* gnu/packages/lisp.scm (txr): Update to 229.
---
 gnu/packages/lisp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Ludovic Courtès Dec. 17, 2019, 3:38 p.m. UTC | #1
Hi,

Guillaume Le Vaillant <glv@posteo.net> skribis:

> * gnu/packages/lisp.scm (txr): Update to 229.

Applied, thanks!

Ludo’.
diff mbox series

Patch

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index d51b9a3662..e2732a478d 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -741,7 +741,7 @@  enough to play the original mainframe Zork all the way through.")
 (define-public txr
   (package
     (name "txr")
-    (version "224")
+    (version "229")
     (source
      (origin
        (method git-fetch)
@@ -752,7 +752,7 @@  enough to play the original mainframe Zork all the way through.")
        (patches (search-patches "txr-shell.patch"))
        (sha256
         (base32
-         "1036k71f6mffy9rjwzmhr5nnp1n0wzb0rqvilpzvb8jc5yxv0810"))))
+         "070lqckhbcq3wn5ajyaa41hh0gypaa48wnxkk6mc5mxvmv76ml46"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("cc=gcc")