mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: libmateweather: Update to 1.24.0.
* gnu/packages/mate.scm (libmateweather): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
ea5b0a6fff
commit
42096be5d7
1 changed files with 2 additions and 2 deletions
|
@ -255,7 +255,7 @@ (define-public mate-desktop
|
||||||
(define-public libmateweather
|
(define-public libmateweather
|
||||||
(package
|
(package
|
||||||
(name "libmateweather")
|
(name "libmateweather")
|
||||||
(version "1.22.0")
|
(version "1.24.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -263,7 +263,7 @@ (define-public libmateweather
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ribgcwl4ncfbcf9bkcbxrgc7yzajdnxg12837psngymkqswlp6a"))))
|
"094mnlczxq9crjj8z7dzs1zmwscdkbp54l3qjaf4a4bhd8lihv8d"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue