From 5b219791629b381106406bf207d2c5ac5c7d9295 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Wed, 22 Sep 2021 18:19:29 +0000 Subject: [PATCH] gnu: gnome-desktop: Update to 40.4. * gnu/packages/gnome.scm (gnome-desktop): Update to 40.4. [source]: Fix the URI. --- gnu/packages/gnome.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 40af90fa7a..b24ba224a4 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2166,16 +2166,16 @@ offline sources, providing a centralized place for managing your contacts.") (define-public gnome-desktop (package (name "gnome-desktop") - (version "3.34.2") + (version "40.4") (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 - "1v983xirwp1y6ggz97bh742ak6gff0hxb359dgn37nikjxhvm0a0")))) + "1vs5knn2yj6a449p9bn5w5407i1yvxfxg8xv844qgl70hpsrdbl8")))) (build-system meson-build-system) (arguments '(#:phases