summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2021-09-22 18:19:29 +0000
committerMathieu Othacehe <othacehe@gnu.org>2021-10-02 10:54:15 +0000
commit5b219791629b381106406bf207d2c5ac5c7d9295 (patch)
treef6323c0a70e2c3d400e208f61c5fbcb3f322558f /gnu/packages
parenta833959a82821837ef4028249101199bf589583a (diff)
downloadguix-patches-5b219791629b381106406bf207d2c5ac5c7d9295.tar
guix-patches-5b219791629b381106406bf207d2c5ac5c7d9295.tar.gz
gnu: gnome-desktop: Update to 40.4.
* gnu/packages/gnome.scm (gnome-desktop): Update to 40.4. [source]: Fix the URI.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gnome.scm6
1 files 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