[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/76: gnu: gnome-weather: Update to 40.1.
From: |
guix-commits |
Subject: |
41/76: gnu: gnome-weather: Update to 40.1. |
Date: |
Mon, 27 Sep 2021 10:30:03 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 04f24418d6e4abb837f7be90c694db3287159a07
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Sep 25 14:11:21 2021 +0000
gnu: gnome-weather: Update to 40.1.
* gnu/packages/gnome.scm (gnome-weather): Update to 40.1.
[source]: Fix the URI.
[inputs]: Add libhandy.
---
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 5f699af..68149ca 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9238,15 +9238,15 @@ associations for GNOME.")
(define-public gnome-weather
(package
(name "gnome-weather")
- (version "3.34.0")
+ (version "40.1")
(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
- "1g63xzs17i36if923b36k9fwbk0nqa5vz6zh1k6q2axrzhhpx1i4"))))
+ "0k9wnyinvx6433r07kvjyahgqc605g7gbpf3d0h6vi4p8x61849x"))))
(build-system meson-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)
@@ -9261,7 +9261,8 @@ associations for GNOME.")
("gdk-pixbuf" ,gdk-pixbuf)
("gjs" ,gjs)
("gnome-desktop" ,gnome-desktop)
- ("libgweather" ,libgweather)))
+ ("libgweather" ,libgweather)
+ ("libhandy" ,libhandy)))
(arguments
`(#:glib-or-gtk? #t
#:phases
- 42/76: gnu: yelp: Update to 40.3., (continued)
- 42/76: gnu: yelp: Update to 40.3., guix-commits, 2021/09/27
- 32/76: gnu: sushi: Update to 3.38.1., guix-commits, 2021/09/27
- 68/76: gnu: gnome-mines: Update to 40.0., guix-commits, 2021/09/27
- 38/76: gnu: vte: Update to 0.64.2., guix-commits, 2021/09/27
- 69/76: gnu: gnome-sudoku: Update to 40.2., guix-commits, 2021/09/27
- 51/76: gnu: libgdata: Update to 0.18.1., guix-commits, 2021/09/27
- 12/76: gnu: gnome-font-viewer: Update to 40.0., guix-commits, 2021/09/27
- 30/76: gnu: gnome-bluetooth: Update to 3.34.5., guix-commits, 2021/09/27
- 46/76: gnu: eog-plugins: Update to 3.26.7., guix-commits, 2021/09/27
- 60/76: gnu: accountsservice: Update to 0.6.55., guix-commits, 2021/09/27
- 41/76: gnu: gnome-weather: Update to 40.1.,
guix-commits <=
- 65/76: gnu: gnome: Add gnome-music and gnome-photo., guix-commits, 2021/09/27
- 70/76: gnu: devhelp: Update to 40.1., guix-commits, 2021/09/27
- 43/76: gnu: gnome-online-accounts: Update to 3.40.0., guix-commits, 2021/09/27
- 63/76: gnu: gnome-online-miners: Fix build., guix-commits, 2021/09/27
- 44/76: gnu: eog: Update to 40.3., guix-commits, 2021/09/27
- 54/76: gnu: gnome-settings-daemon: Update to 40.0.1., guix-commits, 2021/09/27
- 40/76: gnu: simple-scan: Update to 40.5., guix-commits, 2021/09/27
- 73/76: gnu: gegl: Add libraw support., guix-commits, 2021/09/27
- 74/76: gnu: gnome: Add tracker-miners., guix-commits, 2021/09/27
- 13/76: gnu: libportal: Update to 0.4., guix-commits, 2021/09/27