>From 0b5155822f92d0e48b57a09148026053b94dfb03 Mon Sep 17 00:00:00 2001 From: nee Date: Sat, 10 Jun 2017 20:55:19 +0200 Subject: [PATCH] gnu: Fix libgxps origin uri. * gnu/packages/gnome.scm (libgxps)[src]: Fix origin uri. --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 293df870e..d3f734450 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -294,7 +294,7 @@ access the common Google services, and has full asynchronous support.") (version "0.2.5") (source (origin (method url-fetch) - (uri (string-append "mirror://gnome/sources" name "/" + (uri (string-append "mirror://gnome/sources/" name "/" (version-major+minor version) "/" name "-" version ".tar.xz")) (sha256 -- 2.13.1