guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: mate-terminal: Update to 1.23.0.


From: guix-commits
Subject: 02/10: gnu: mate-terminal: Update to 1.23.0.
Date: Wed, 8 Jan 2020 19:55:30 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 789a39a82c10ec0e6e738afa6f99d6ff130c052a
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Jan 8 03:36:05 2020 +0100

    gnu: mate-terminal: Update to 1.23.0.
    
    * gnu/packages/mate.scm (mate-terminal): Update to 1.23.0.
---
 gnu/packages/mate.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index cb4656d..78d98d4 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -301,15 +301,14 @@ the MATE desktop environment.")
 (define-public mate-terminal
   (package
     (name "mate-terminal")
-    (version "1.22.0")
+    (version "1.23.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://mate/" (version-major+minor version) "/"
                            "mate-terminal-" version ".tar.xz"))
        (sha256
-        (base32
-         "16r492s34la2fs2cj1xr0r93wkjglwy77jyrc66i2ahs9gnivj4g"))))
+        (base32 "1jkw8i2j45p80i7wmm0j0gkbd44nr2qj8bf79jrh5z8kn01b1ibd"))))
     (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]