mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: libgweather: Update to 3.24.1.
* gnu/packages/gnome.scm (libgweather): Update to 3.24.1.
This commit is contained in:
parent
78a5205152
commit
9cf8d93a9e
1 changed files with 2 additions and 2 deletions
|
@ -2809,7 +2809,7 @@ (define-public upower
|
|||
(define-public libgweather
|
||||
(package
|
||||
(name "libgweather")
|
||||
(version "3.24.0")
|
||||
(version "3.24.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -2817,7 +2817,7 @@ (define-public libgweather
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ggspn3wmlkdxpfv4ym68qn1mzqc3hv666sykv8sv1ah40rbk28h"))))
|
||||
"0g35xfcw9vh3sfff42blk9ksrlmkrjmj46h3ad0sqgdn6xh329qj"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue