From 592d4fe528fa30babb8fbab435934d1c85d0e94e Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 17 Mar 2024 14:53:47 +0100 Subject: gnu: wego: Update to 2.2. * gnu/packages/weather.scm (wego): Update to 2.2. Change-Id: Idad62f239c16126e28ba37634246363677fee824 --- gnu/packages/weather.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/weather.scm') diff --git a/gnu/packages/weather.scm b/gnu/packages/weather.scm index 5a58b97a30..e95f6bb501 100644 --- a/gnu/packages/weather.scm +++ b/gnu/packages/weather.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2022 Nicolas Goaziou +;;; Copyright © 2022, 2024 Nicolas Goaziou ;;; ;;; This file is part of GNU Guix. ;;; @@ -28,7 +28,7 @@ (define-public wego (package (name "wego") - (version "2.1") + (version "2.2") (source (origin (method git-fetch) @@ -37,7 +37,7 @@ (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0bji9fywa0kg29zj1vrwq7l5f18hh0lcz6rl6sppi5id0qbjpiwl")))) + (base32 "09zn1z2744izzkkavs3lc1scsv22js8h28b0d86qd5dh2zfwfikf")))) (build-system go-build-system) (arguments '(#:import-path "github.com/schachmat/wego")) (propagated-inputs -- cgit v1.2.3