[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/13: gnu: txr: Update to 258.
From: |
guix-commits |
Subject: |
04/13: gnu: txr: Update to 258. |
Date: |
Thu, 6 May 2021 18:17:40 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 462b8a6dfdbf6f2df4282eb4e64e0902f9663027
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu May 6 22:05:20 2021 +0200
gnu: txr: Update to 258.
* gnu/packages/lisp.scm (txr): Update to 258.
---
gnu/packages/lisp.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index c9c7136..24babaf 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -7,7 +7,7 @@
;;; Copyright © 2016, 2017 Andy Patterson <ajpatter@uwaterloo.ca>
;;; Copyright © 2017, 2019 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2017, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017, 2019–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Benjamin Slade <slade@jnanam.net>
;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com>
;;; Copyright © 2018, 2019, 2020 Pierre Neidhardt <mail@ambrevar.xyz>
@@ -847,7 +847,7 @@ enough to play the original mainframe Zork all the way
through.")
(define-public txr
(package
(name "txr")
- (version "257")
+ (version "258")
(source
(origin
(method git-fetch)
@@ -856,7 +856,7 @@ enough to play the original mainframe Zork all the way
through.")
(commit (string-append "txr-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "02lp71m4b0817c3ajrd46jjfm8yycbwxk5ic8s2yxc45ym7q73cj"))))
+ (base32 "126hvjqlbrsp7sp9wbcii5cc9j5r3dq24cvxi5z3z9zys2plzrn2"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
- branch master updated (d330d63 -> 6d6b720), guix-commits, 2021/05/06
- 10/13: gnu: remind: Move Tcl/Tk scripts to separate output., guix-commits, 2021/05/06
- 06/13: gnu: mcelog: Update to 176., guix-commits, 2021/05/06
- 12/13: gnu: conky: Run tests., guix-commits, 2021/05/06
- 09/13: gnu: remind: Run tests., guix-commits, 2021/05/06
- 03/13: gnu: fish: Update to 3.2.2., guix-commits, 2021/05/06
- 08/13: gnu: remind: Update to 3.3.6., guix-commits, 2021/05/06
- 07/13: gnu: aspell-dict-en: Update to 2020.12.07-0., guix-commits, 2021/05/06
- 01/13: gnu: tintin++: Update to 2.02.11., guix-commits, 2021/05/06
- 02/13: gnu: polyml: Update to 5.8.2., guix-commits, 2021/05/06
- 04/13: gnu: txr: Update to 258.,
guix-commits <=
- 05/13: gnu: lsscsi: Update to 0.32., guix-commits, 2021/05/06
- 13/13: gnu: conky: Enable WLAN support., guix-commits, 2021/05/06
- 11/13: gnu: conky: Update to 1.12.2., guix-commits, 2021/05/06