From 162c7e1bc621b53152b1fa5b893a500107efd4e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 2 Sep 2022 10:54:27 +0200 Subject: gnu: cheese: Fix source URL. This is a followup to 6e95917b645f3687c5c7dc9e612985ea2bc6f958, which would construct an incorrect URL. * gnu/packages/gnome.scm (cheese)[source]: In URL, change 'version-major+minor' to 'version-major'. --- 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 63c77c3f7c..c01c34d14d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10727,7 +10727,7 @@ photo-booth-like software, such as Cheese.") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" - (version-major+minor version) "/" name "-" + (version-major version) "/" name "-" version ".tar.xz")) (sha256 (base32 -- cgit v1.2.3