lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 9bcde82f11af471635e435c12d0ebf4cd6715726
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:32:56 2021 +0100
gnu: gnome-desktop: Update to 40.0.
* gnu/packages/gnome.scm (gnome-desktop): Update to 40.0.
---
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 4cf7646..39a0d6a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2135,16 +2135,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.0")
(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"))))
+ "017fm5flg955qiqyz6zw2fzv4wywc4b32faqnn980khyhczzvar0"))))
(build-system meson-build-system)
(arguments
'(#:phases