diff options
author | Jonathan Brielmaier <jonathan.brielmaier@web.de> | 2020-03-30 15:21:48 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-04-02 16:07:08 +0200 |
commit | 42096be5d76d1826e9a4d3f12d05ddf6a190cbc9 (patch) | |
tree | 034e430e0d0fc5195183ad4b5d59d4fe8d598287 /gnu | |
parent | ea5b0a6fffa49a77cc020e553b49d8f06848229c (diff) | |
download | patches-42096be5d76d1826e9a4d3f12d05ddf6a190cbc9.tar patches-42096be5d76d1826e9a4d3f12d05ddf6a190cbc9.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mate.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 31881a99d2..82dd468172 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -255,7 +255,7 @@ desktop and the mate-about program.") (define-public libmateweather (package (name "libmateweather") - (version "1.22.0") + (version "1.24.0") (source (origin (method url-fetch) @@ -263,7 +263,7 @@ desktop and the mate-about program.") name "-" version ".tar.xz")) (sha256 (base32 - "1ribgcwl4ncfbcf9bkcbxrgc7yzajdnxg12837psngymkqswlp6a")))) + "094mnlczxq9crjj8z7dzs1zmwscdkbp54l3qjaf4a4bhd8lihv8d")))) (build-system gnu-build-system) (arguments '(#:configure-flags |