[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/72: gnu: gnome-calendar: Update to 40.2.
From: |
guix-commits |
Subject: |
20/72: gnu: gnome-calendar: Update to 40.2. |
Date: |
Sun, 26 Sep 2021 16:34:16 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 0b5e6276b11bed637ab6d36d89b0d835da85fc06
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 24 15:58:57 2021 +0000
gnu: gnome-calendar: Update to 40.2.
* gnu/packages/gnome.scm (gnome-calendar): Update to 40.2.
[source]: Fix the URI.
[inputs]: Add libhandy.
---
gnu/packages/gnome.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 38fb0e0..d424586 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9595,15 +9595,15 @@ desktop. It supports world clock, stop watch, alarms,
and count down timer.")
(define-public gnome-calendar
(package
(name "gnome-calendar")
- (version "3.34.2")
+ (version "40.2")
(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
- "1bnmd191044zn2kr6f5vg7sm5q59qf7z652awll1f7s6ahijr8rw"))))
+ "0czasxnmbw2zm21lmxam8qixacagciq3f815s809hn0f9byh2dwy"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
@@ -9628,6 +9628,7 @@ desktop. It supports world clock, stop watch, alarms,
and count down timer.")
("libdazzle" ,libdazzle)
("libedataserverui" ,evolution-data-server)
("libgweather" ,libgweather)
+ ("libhandy" ,libhandy)
("geoclue" ,geoclue)))
(propagated-inputs
`(("evolution-data-server" ,evolution-data-server)))
- 13/72: gnu: libportal: Update to 0.4., (continued)
- 13/72: gnu: libportal: Update to 0.4., guix-commits, 2021/09/26
- 14/72: gnu: Add libadwaita., guix-commits, 2021/09/26
- 15/72: gnu: gnome-todo: Update to 40.1., guix-commits, 2021/09/26
- 16/72: build: glib-or-gtk-build-system: Add gtk 4.0 support., guix-commits, 2021/09/26
- 17/72: gnu: gnome-system-monitor: Update to 40.1., guix-commits, 2021/09/26
- 18/72: gnu: gnome-calculator: Update to 40.1., guix-commits, 2021/09/26
- 08/72: gnu: gnome-menus: Update to 3.36.0., guix-commits, 2021/09/26
- 09/72: gnu: gnome-user-docs: Update to 40.5., guix-commits, 2021/09/26
- 11/72: gnu: gnome-disk-utility: Update to 40.2., guix-commits, 2021/09/26
- 19/72: gnu: libgweather: Update to 40.0., guix-commits, 2021/09/26
- 20/72: gnu: gnome-calendar: Update to 40.2.,
guix-commits <=
- 38/72: gnu: vte: Update to 0.64.2., guix-commits, 2021/09/26
- 25/72: gnu: gnome-latex: Update to 3.38.0., guix-commits, 2021/09/26
- 31/72: gnu: orca: Update to 40.0., guix-commits, 2021/09/26
- 35/72: gnu: gnome-characters: Update to 40.0., guix-commits, 2021/09/26
- 50/72: gnu: graphene: Update to 1.10.6., guix-commits, 2021/09/26
- 24/72: gnu: amtk: Update to 5.3.1., guix-commits, 2021/09/26
- 29/72: gnu: gnome-session: Update to 40.1., guix-commits, 2021/09/26
- 27/72: gnu: baobab: Update to 40.0., guix-commits, 2021/09/26
- 28/72: gnu: nautilus: Update to 40.2., guix-commits, 2021/09/26
- 39/72: gnu: gnome-terminal: Update to 3.40.3., guix-commits, 2021/09/26