[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/75: gnu: libgweather: Update to 40.0.
From: |
guix-commits |
Subject: |
19/75: gnu: libgweather: Update to 40.0. |
Date: |
Mon, 27 Sep 2021 07:17:16 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 9cfea8c7e45f86624d72d8417017bc32f9012678
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 24 15:50:27 2021 +0000
gnu: libgweather: Update to 40.0.
* gnu/packages/gnome.scm (libgweather): Update to 40.0.
[source]: Fix the URI.
[inputs]: Add python-pygobject.
---
gnu/packages/gnome.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 941089c..38fb0e0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5438,15 +5438,15 @@ service via the system message bus.")
(define-public libgweather
(package
(name "libgweather")
- (version "3.34.0")
+ (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
- "1fgiqswkhiaijanml3mb16ajn5aanrk7x6yiwagp9n9rssam6902"))))
+ "1rkf4yv43qcahyx7bismdv6z2vh5azdnm1fqfmnzrada9cm8ykna"))))
(build-system meson-build-system)
(arguments
`(#:tests? #f ; one of two tests requires network access
@@ -5459,7 +5459,8 @@ service via the system message bus.")
("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config)
("vala" ,vala)
- ("intltool" ,intltool)))
+ ("intltool" ,intltool)
+ ("python-pygobject" ,python-pygobject)))
(propagated-inputs
;; gweather-3.0.pc refers to GTK+, GDK-Pixbuf, GLib/GObject, libxml, and
;; libsoup.
- 30/75: gnu: gnome-bluetooth: Update to 3.34.5., (continued)
- 30/75: gnu: gnome-bluetooth: Update to 3.34.5., guix-commits, 2021/09/27
- 27/75: gnu: baobab: Update to 40.0., guix-commits, 2021/09/27
- 35/75: gnu: gnome-characters: Update to 40.0., guix-commits, 2021/09/27
- 36/75: gnu: gnome-clocks: Update to 40.0., guix-commits, 2021/09/27
- 37/75: gnu: gnome-maps: Update to 40.5., guix-commits, 2021/09/27
- 42/75: gnu: yelp: Update to 40.3., guix-commits, 2021/09/27
- 44/75: gnu: eog: Update to 40.3., guix-commits, 2021/09/27
- 45/75: gnu: gnome-contacts: Update to 40.0., guix-commits, 2021/09/27
- 50/75: gnu: graphene: Update to 1.10.6., guix-commits, 2021/09/27
- 53/75: gnu: gnome-user-share: Update to 3.34.0., guix-commits, 2021/09/27
- 19/75: gnu: libgweather: Update to 40.0.,
guix-commits <=
- 55/75: gnu: gnome-keyring: Update to 40.0., guix-commits, 2021/09/27
- 57/75: gnu: Remove gnome-getting-started-docs., guix-commits, 2021/09/27
- 61/75: gnu: gdm: Update to 40.1., guix-commits, 2021/09/27
- 62/75: gnu: gnome-music: Update to 40.1.1., guix-commits, 2021/09/27
- 48/75: gnu: mutter: Update to 40.5., guix-commits, 2021/09/27
- 65/75: gnu: gnome: Add gnome-music and gnome-photo., guix-commits, 2021/09/27
- 72/75: gnu: gnome-tweaks: Update to 40.0., guix-commits, 2021/09/27
- 75/75: gnu: gnome-music: Add gst-plugins-good., guix-commits, 2021/09/27
- 56/75: gnu: gnome-color-manager: Update to 3.36.0., guix-commits, 2021/09/27
- 49/75: gnu: Add fuse-3., guix-commits, 2021/09/27