[bug#35087,23/31] gnu: mate-netbook: Update to 1.22.0.

Message ID 20190402172638.1433-24-hoonandon@gmail.com
State Accepted
Headers show
Series Update MATE desktop to 1.22 | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

guy fleury iteriteka April 2, 2019, 5:26 p.m. UTC
* gnu/packages/mate.scm (mate-netbook): Update to 1.22.0.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Patch

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index d918ece..b585ebb 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1114,7 +1114,7 @@  can be used as backgrounds in the MATE Desktop environment.")
 (define-public mate-netbook
   (package
     (name "mate-netbook")
-    (version "1.18.1")
+    (version "1.22.0")
     (source
      (origin
        (method url-fetch)
@@ -1123,7 +1123,7 @@  can be used as backgrounds in the MATE Desktop environment.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0zj4x9qis8dw0irxzb4va1189k8bqbvymxq3h7phnjwvr1m983gf"))))
+         "17p1wv9bcr3kvlahnxmxj786vka86nysi90x5xci6ilwyjlaxh0l"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)