mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: wego: Update to 2.3.
* gnu/packages/weather.scm (wego): Update to 2.3. Change-Id: I6d7eda11c074efdfb9279dda2910b0a002905cc3
This commit is contained in:
parent
6d81f2a4ad
commit
d925388478
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ (define-module (gnu packages weather)
|
|||
(define-public wego
|
||||
(package
|
||||
(name "wego")
|
||||
(version "2.2")
|
||||
(version "2.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -38,7 +38,7 @@ (define-public wego
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue