[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: gfbgraph: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
02/02: gnu: gfbgraph: Don't use NAME in source URI. |
Date: |
Thu, 12 Sep 2019 10:23:03 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 237d4cf73c0a4b7b25653c01a6003e1db3da1716
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Sep 12 01:30:13 2019 +0200
gnu: gfbgraph: Don't use NAME in source URI.
* gnu/packages/gnome.scm (gfbgraph)[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 8341bd6..5dc18b3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7231,9 +7231,9 @@ compiled.")
(source (origin
(method url-fetch)
(uri (string-append
- "mirror://gnome/sources/" name "/"
+ "mirror://gnome/sources/gfbgraph/"
(version-major+minor version) "/"
- name "-" version ".tar.xz"))
+ "gfbgraph-" version ".tar.xz"))
(sha256
(base32
"1dp0v8ia35fxs9yhnqpxj3ir5lh018jlbiwifjfn8ayy7h47j4fs"))))