diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-22 18:19:29 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-10-02 10:54:15 +0000 |
commit | 5b219791629b381106406bf207d2c5ac5c7d9295 (patch) | |
tree | f6323c0a70e2c3d400e208f61c5fbcb3f322558f | |
parent | a833959a82821837ef4028249101199bf589583a (diff) | |
download | guix-5b219791629b381106406bf207d2c5ac5c7d9295.tar.gz |
gnu: gnome-desktop: Update to 40.4.
* gnu/packages/gnome.scm (gnome-desktop): Update to 40.4. [source]: Fix the URI.
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
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 |