gnu: libmatewether: Update to 1.22.0.
* gnu/packages/mate.scm (libmatewether): Update to 1.22.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
2dc975d7c0
commit
595abe8688
1 changed files with 2 additions and 2 deletions
|
@ -217,7 +217,7 @@ desktop and the mate-about program.")
|
||||||
(define-public libmateweather
|
(define-public libmateweather
|
||||||
(package
|
(package
|
||||||
(name "libmateweather")
|
(name "libmateweather")
|
||||||
(version "1.18.1")
|
(version "1.22.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pub.mate-desktop.org/releases/"
|
(uri (string-append "https://pub.mate-desktop.org/releases/"
|
||||||
|
@ -225,7 +225,7 @@ desktop and the mate-about program.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0z6vfh42fv9rqjrraqfpf6h9nd9h662bxy3l3r48j19xvxrwmx3a"))))
|
"1ribgcwl4ncfbcf9bkcbxrgc7yzajdnxg12837psngymkqswlp6a"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
|
|
Reference in a new issue