gnu: gnome-desktop: Update to 40.4.

* gnu/packages/gnome.scm (gnome-desktop): Update to 40.4.
[source]: Fix the URI.
This commit is contained in:
Mathieu Othacehe 2021-09-22 18:19:29 +00:00
parent a833959a82
commit 5b21979162
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -2166,16 +2166,16 @@ (define goa
(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