[PATCH gnome-team] gnu: gnome-weather: Update to 44.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
8f8a085b7ad4d18a0332e5ec13049a01f68a0152.1700606194.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (gnome-weather): Update to 44.0.

Change-Id: I674f6b735d3d5917fb1f15f85d3ffa9c1e2fa221
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ab485cffb1..a3c06f3c79 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9981,7 +9981,7 @@ (define-public libgovirt
(define-public gnome-weather
(package
(name "gnome-weather")
- (version "42.0")
+ (version "44.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -9989,7 +9989,7 @@ (define-public gnome-weather
name "-" version ".tar.xz"))
(sha256
(base32
- "0rdl0ywdk8jlq819wr1sbdzdvsasz11pp30fylzvprakv28yd7jp"))))
+ "1brvjawwc69a49697mp0dq4glpvvvcsnx4i8ysfnjhahg2n3h3bb"))))
(build-system meson-build-system)
(arguments
(list

base-commit: 1cc3b7e80f60a2a5a6a1400ed0b025efeae7a523
--
2.41.0
Liliana Marie Prikler wrote 1 years ago
(address . control@debbugs.gnu.org)
a3be7f88f60008ef529d85f0a3e23eea1ceacd7c.camel@gmail.com
close 67354
close 67223
close 67167
close 67163
close 67413
close 67353
close 67348
thanks
?
Your comment

This issue is archived.

To comment on this conversation send an email to 67353@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67353
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help