From 6d5b3df7afefa6b038c8430ae3e1650af986ad1e Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Wed, 13 Jul 2022 08:38:56 -0400 Subject: gnu: sushi: Fix URI. Fixes , introduced with ef82f34482. * gnu/packages/gnome.scm (sushi)[source]: Adjust URI. Reported-by: Christopher Howard --- gnu/packages/gnome.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index c80663f472..0ce96d41de 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1588,7 +1588,7 @@ sharing to the masses.") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" - (version-major+minor version) "/" + (version-major version) "/" name "-" version ".tar.xz")) (sha256 (base32 -- cgit v1.2.3