From 5958df042cf13881947eca74e94cd894d21463ef Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 14 Oct 2019 23:49:14 +0200 Subject: gnu: zenity: Don't use NAME in source URI. * gnu/packages/gnome.scm (zenity)[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 52b7782b32..a442d57442 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4998,9 +4998,9 @@ powerful general purpose text editor.") (version "3.32.0") (source (origin (method url-fetch) - (uri (string-append "mirror://gnome/sources/" name "/" + (uri (string-append "mirror://gnome/sources/zenity/" (version-major+minor version) "/" - name "-" version ".tar.xz")) + "zenity-" version ".tar.xz")) (sha256 (base32 "15fdh8xfdhnwcynyh4byx3mrjxbyprqnwxzi7qn3g5wwaqryg1p7")))) -- cgit v1.2.3