guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/31: gnu: mate-terminal: Update to 1.22.0


From: guix-commits
Subject: 06/31: gnu: mate-terminal: Update to 1.22.0
Date: Wed, 3 Apr 2019 09:27:10 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 27d4e820d1e40659b86cc1a1491509d8a2d0d5be
Author: guy fleury iteriteka <address@hidden>
Date:   Tue Apr 2 19:26:13 2019 +0200

    gnu: mate-terminal: Update to 1.22.0
    
    * gnu/packages/mate.scm (mate-terminal): Update to 1.22.0.
    
    Signed-off-by: Danny Milosavljevic <address@hidden>
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]