diff options
author | guy fleury iteriteka <hoonandon@gmail.com> | 2019-04-02 19:26:12 +0200 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2019-04-03 15:25:59 +0200 |
commit | 595abe8688c6c53855ed2d2f843ea3b28260dfeb (patch) | |
tree | 13488bec7fb84eb1c25278d8794b3a8c71f64d0b /gnu | |
parent | 2dc975d7c07bafaabb3d33daf9aebded70a3e921 (diff) | |
download | guix-595abe8688c6c53855ed2d2f843ea3b28260dfeb.tar guix-595abe8688c6c53855ed2d2f843ea3b28260dfeb.tar.gz |
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>
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 b0bae0e6e8..b46862b01c 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -217,7 +217,7 @@ desktop and the mate-about program.") (define-public libmateweather (package (name "libmateweather") - (version "1.18.1") + (version "1.22.0") (source (origin (method url-fetch) (uri (string-append "https://pub.mate-desktop.org/releases/" @@ -225,7 +225,7 @@ desktop and the mate-about program.") name "-" version ".tar.xz")) (sha256 (base32 - "0z6vfh42fv9rqjrraqfpf6h9nd9h662bxy3l3r48j19xvxrwmx3a")))) + "1ribgcwl4ncfbcf9bkcbxrgc7yzajdnxg12837psngymkqswlp6a")))) (build-system gnu-build-system) (arguments '(#:configure-flags |