[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/12: gnu: txr: Update to 224.
From: |
guix-commits |
Subject: |
02/12: gnu: txr: Update to 224. |
Date: |
Sun, 1 Sep 2019 17:04:11 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 37c08f42f7551203e98384c13ecfd33b57df40e6
Author: Guillaume Le Vaillant <address@hidden>
Date: Sun Sep 1 10:48:19 2019 +0200
gnu: txr: Update to 224.
* gnu/packages/lisp.scm (txr): Update to 224.
[source]: Use git-fetch instead of fetching a cgit snapshot.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/lisp.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 34edea4..ab1c842 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -5337,17 +5337,18 @@ port within a range.")
(define-public txr
(package
(name "txr")
- (version "223")
+ (version "224")
(source
(origin
- (method url-fetch)
- (uri (string-append "http://www.kylheku.com/cgit/txr/snapshot/txr-"
- version
- ".tar.bz2"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "http://www.kylheku.com/git/txr/")
+ (commit (string-append "txr-" version))))
+ (file-name (git-file-name name version))
(patches (search-patches "txr-shell.patch"))
(sha256
(base32
- "0109q8idqggba3kx58dpm5ccfpdrki68npkcxm18p5ga24611fcv"))))
+ "1036k71f6mffy9rjwzmhr5nnp1n0wzb0rqvilpzvb8jc5yxv0810"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("cc=gcc")
- branch master updated (5042f33 -> 83f9448), guix-commits, 2019/09/01
- 02/12: gnu: txr: Update to 224.,
guix-commits <=
- 01/12: gnu: libxklavier: Update to 5.4., guix-commits, 2019/09/01
- 03/12: gnu: ironclad: Update to 0.46., guix-commits, 2019/09/01
- 05/12: gnu: xfce4-terminal: Update to 0.8.8., guix-commits, 2019/09/01
- 06/12: gnu: xfce4-whiskermenu-plugin: Update to 2.3.3., guix-commits, 2019/09/01
- 08/12: gnu: xfce4-pulseaudio-plugin: Update to 0.4.2., guix-commits, 2019/09/01
- 07/12: gnu: xfce4-battery-plugin: Update to 1.1.3., guix-commits, 2019/09/01
- 12/12: gnu: Add stylish-haskell., guix-commits, 2019/09/01
- 09/12: gnu: xfce4-xkb-plugin: Update to 0.8.1., guix-commits, 2019/09/01
- 10/12: gnu: xfce4-notifyd: Update to 0.4.4., guix-commits, 2019/09/01
- 11/12: gnu: xfce4-taskmanager: Switch from libwnck-2 to libwnck., guix-commits, 2019/09/01