[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: ristretto: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
03/06: gnu: ristretto: Don't use NAME in source URI. |
Date: |
Tue, 23 Apr 2019 21:43:08 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 7067d5f6546144ff0a6dadf2d134661e4b6fe8fa
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Apr 23 21:37:18 2019 +0200
gnu: ristretto: Don't use NAME in source URI.
* gnu/packages/xfce.scm (ristretto)[source]: Hard-code NAME.
---
gnu/packages/xfce.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index fba66aa..d4cb20f 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -838,7 +838,7 @@ inhibit interface which allows applications to prevent
automatic sleep.")
(method url-fetch)
(uri (string-append "http://archive.xfce.org/src/apps/ristretto/"
(version-major+minor version) "/"
- name "-" version ".tar.bz2"))
+ "ristretto-" version ".tar.bz2"))
(sha256
(base32
"18nf01djwnbjc91bdlv3p0h6pwcq1kfnjgp6yaxhxv4kdi9f82rs"))))
- branch master updated (ca983a2 -> 9ca762e), guix-commits, 2019/04/23
- 02/06: gnu: ristretto: Update to 0.8.4., guix-commits, 2019/04/23
- 06/06: doc: Fix build., guix-commits, 2019/04/23
- 05/06: gnu: xl2tpd: Don't use NAME in source URI., guix-commits, 2019/04/23
- 04/06: gnu: xl2tpd: Update to 1.3.14., guix-commits, 2019/04/23
- 03/06: gnu: ristretto: Don't use NAME in source URI.,
guix-commits <=
- 01/06: gnu: inxi-minimal: Update to 3.0.33-1., guix-commits, 2019/04/23