summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2020-02-10 11:19:03 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2020-02-10 15:05:55 +0100
commit2035134bff2f03948b2d17ce454cc7c7787b3c79 (patch)
treeb2ccc647a8ed9d436c56b8455b6be9c1ed8a5f3c
parent639371c6d28465449216cb81b85d7b4b204f96b2 (diff)
downloadpatches-2035134bff2f03948b2d17ce454cc7c7787b3c79.tar
patches-2035134bff2f03948b2d17ce454cc7c7787b3c79.tar.gz
gnu: txr: Update to 232.
* gnu/packages/lisp.scm (txr): Update to 232.
-rw-r--r--gnu/packages/lisp.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index f82288a5ac..369d4fc4ec 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 "230")
+ (version "232")
(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
- "1ma6nbqsnl4f8ndh47zzc8n5vzcny66v0z3ndddgm3g0bqaxzjzm"))))
+ "1vcnask4a1rxrljp4rcbkfihrndkv25l256l125vv39gjhf315xp"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("cc=gcc")