[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: libgtop: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
01/02: gnu: libgtop: Don't use NAME in source URI. |
Date: |
Mon, 16 Sep 2019 17:31:26 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 59487fc29ae4119bdf5d270f29176cbf4b300012
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Sep 16 23:28:58 2019 +0200
gnu: libgtop: Don't use NAME in source URI.
* gnu/packages/gnome.scm (libgtop)[source]: Hard-code NAME.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f2edf92..0cac850 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5915,9 +5915,9 @@ providing graphical log-ins and managing local and remote
displays.")
(version "2.38.0")
(source (origin
(method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
+ (uri (string-append "mirror://gnome/sources/libgtop/"
(version-major+minor version) "/"
- name "-" version ".tar.xz"))
+ "libgtop-" version ".tar.xz"))
(sha256
(base32
"04mnxgzyb26wqk6qij4iw8cxwl82r8pcsna5dg8vz2j3pdi0wv2g"))))