aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/weather.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2024-08-26 10:54:29 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2024-08-26 10:54:29 +0200
commitd9253884788ec82e0116583eb0bcc29b77b63bab (patch)
tree47f5daa1ce4caa8586508e9bd1d7bf901e37efd5 /gnu/packages/weather.scm
parent6d81f2a4ade07158fbadd560722cc386007caf68 (diff)
downloadguix-d9253884788ec82e0116583eb0bcc29b77b63bab.tar
guix-d9253884788ec82e0116583eb0bcc29b77b63bab.tar.gz
gnu: wego: Update to 2.3.
* gnu/packages/weather.scm (wego): Update to 2.3. Change-Id: I6d7eda11c074efdfb9279dda2910b0a002905cc3
Diffstat (limited to 'gnu/packages/weather.scm')
-rw-r--r--gnu/packages/weather.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/weather.scm b/gnu/packages/weather.scm
index 5a0802b211..1ee4569b27 100644
--- a/gnu/packages/weather.scm
+++ b/gnu/packages/weather.scm
@@ -29,7 +29,7 @@
(define-public wego
(package
(name "wego")
- (version "2.2")
+ (version "2.3")
(source
(origin
(method git-fetch)
@@ -38,7 +38,7 @@
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "09zn1z2744izzkkavs3lc1scsv22js8h28b0d86qd5dh2zfwfikf"))))
+ (base32 "16fx09wf5mll8nbyq5bjd9lbwmq1bqhsvln56jjqpzm28nbjarb0"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/schachmat/wego"))
(propagated-inputs