[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: xterm: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
03/10: gnu: xterm: Don't use NAME in source URI. |
Date: |
Mon, 23 Sep 2019 20:26:41 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 757f01fa4dfdbdcd551fa8cc0dc501d7424e8930
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Sep 23 23:25:04 2019 +0200
gnu: xterm: Don't use NAME in source URI.
* gnu/packages/xorg.scm (xterm)[source]: Hard-code NAME.
---
gnu/packages/xorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index e5ff271..48c1e3c 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5793,9 +5793,9 @@ to answer a question. Xmessage can also exit after a
specified time.")
(method url-fetch)
(uri (list
(string-append
"http://invisible-mirror.net/archives/xterm/"
- name "-" version ".tgz")
+ "xterm-" version ".tgz")
(string-append "ftp://ftp.invisible-island.net/xterm/"
- name "-" version ".tgz")))
+ "xterm-" version ".tgz")))
(sha256
(base32
"0ps7b2b2kbrkv5q49cmb8c51z0w21jmm7hwciw30m6jgfb9s79ir"))))
- branch master updated (7b3f56f -> 0b3daeb), guix-commits, 2019/09/23
- 05/10: gnu: linux-libre: Update deblobbing scripts., guix-commits, 2019/09/23
- 06/10: gnu: linux-libre: Update to 5.2.17., guix-commits, 2019/09/23
- 10/10: gnu: linux-libre: Update to 4.4.194., guix-commits, 2019/09/23
- 01/10: gnu: glm: Update to 0.9.9.6., guix-commits, 2019/09/23
- 08/10: gnu: linux-libre: Update to 4.14.146., guix-commits, 2019/09/23
- 02/10: gnu: xterm: Update to 349., guix-commits, 2019/09/23
- 03/10: gnu: xterm: Don't use NAME in source URI.,
guix-commits <=
- 07/10: gnu: linux-libre: Update to 4.19.75., guix-commits, 2019/09/23
- 04/10: doc: Remove more ‘guixsd’ remnants., guix-commits, 2019/09/23
- 09/10: gnu: linux-libre: Update to 4.9.194., guix-commits, 2019/09/23