[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/80: gnu: gnome-desktop: Update to 40.4.
From: |
guix-commits |
Subject: |
10/80: gnu: gnome-desktop: Update to 40.4. |
Date: |
Tue, 28 Sep 2021 07:21:21 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit ce2ff6b214053d30e557629ade04644055b13d44
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Sep 22 18:19:29 2021 +0000
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 ae8c113..dc913d5 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
- branch wip-gnome40 created (now b7b9822), guix-commits, 2021/09/28
- 10/80: gnu: gnome-desktop: Update to 40.4.,
guix-commits <=
- 05/80: gnu: gnome-screenshot: Update to 40.0., guix-commits, 2021/09/28
- 20/80: gnu: gnome-calendar: Update to 40.2., guix-commits, 2021/09/28
- 24/80: gnu: amtk: Update to 5.3.1., guix-commits, 2021/09/28
- 21/80: gnu: tepl: Update to 6.00.0., guix-commits, 2021/09/28
- 44/80: gnu: eog: Update to 40.3., guix-commits, 2021/09/28
- 47/80: gnu: gsettings-desktop-schemas: Update to 40.0., guix-commits, 2021/09/28
- 32/80: gnu: sushi: Update to 3.38.1., guix-commits, 2021/09/28
- 51/80: gnu: libgdata: Update to 0.18.1., guix-commits, 2021/09/28
- 79/80: system: Introduce the os-release file., guix-commits, 2021/09/28
- 76/80: gnu: gnome-weather: Fix GNOME integration., guix-commits, 2021/09/28