aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2019-12-29 11:37:59 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2019-12-29 11:41:51 +0100
commit92fcf9856face3822ce827d7732c4b152f715f62 (patch)
tree51c910f358c175ae6f826b3c7f9a7689c927c05f /gnu
parent8d8c6bffc528b60574f84620bd6c3ee9bfa1173f (diff)
downloadguix-92fcf9856face3822ce827d7732c4b152f715f62.tar.gz
guix-92fcf9856face3822ce827d7732c4b152f715f62.zip
gnu: txr: Update to 230.
* gnu/packages/lisp.scm (txr): Update to 230.
Diffstat (limited to 'gnu')
-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 79721d54b3..a3ac957f63 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")
...Mathieu Othacehe 2017-02-01system: Create home directories once 'file-systems' is up....Ludovic Courtès 2017-01-16file-systems: 'file-system-needed-for-boot?' is #t for parents of the store....Ludovic Courtès 2017-01-10system: Add btrfs file system support....David Craven 2016-11-30tests: Create a copy-on-write image instead of copying eagerly....Ludovic Courtès 2016-11-23install: Enable "cryptodisk" handling in GRUB....Ludovic Courtès 2016-10-27tests: Test installation with a RAID root partition....Ludovic Courtès 2016-10-27tests: Add #:memory-size parameter for the command to run the installed OS....Ludovic Courtès 2016-10-27tests: Test installation with store on a separate partition....Ludovic Courtès 2016-07-18tests: install: Generalize 'run-install'....Ludovic Courtès 2016-07-12gnu: Switch to 'with-imported-modules'....Ludovic Courtès 2016-07-02tests: install: Adjust to new 'marionette-service-type' interface....Ludovic Courtès 2016-06-23tests: Installation test no longer requires KVM....Ludovic Courtès 2016-06-20tests: Add a mechanism to describe and discover system tests....Ludovic Courtès 2016-06-20tests: Add system installation test....Ludovic Courtès