[bug#35091,06/31] gnu: mate-terminal: Update to 1.22.0

Message ID 20190402172638.1433-7-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-terminal): 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 b46862b..926738b 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -263,7 +263,7 @@  the MATE desktop environment.")
 (define-public mate-terminal
   (package
     (name "mate-terminal")
-    (version "1.18.1")
+    (version "1.22.0")
     (source
      (origin
        (method url-fetch)
@@ -272,7 +272,7 @@  the MATE desktop environment.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1zihm609d2d9cw53ry385whshjl1dnkifpk41g1ddm9f58hv4da1"))))
+         "16r492s34la2fs2cj1xr0r93wkjglwy77jyrc66i2ahs9gnivj4g"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)