me
/
guix
Archived
1
0
Fork 0

gnu: mate-terminal: Update to 1.24.0.

* gnu/packages/mate.scm (mate-terminal): Update to 1.24.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Jonathan Brielmaier 2020-03-30 15:21:49 +02:00 committed by Ludovic Courtès
parent 42096be5d7
commit 6129b04673
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -301,14 +301,14 @@ the MATE desktop environment.")
(define-public mate-terminal
(package
(name "mate-terminal")
(version "1.23.0")
(version "1.24.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-terminal-" version ".tar.xz"))
(sha256
(base32 "1jkw8i2j45p80i7wmm0j0gkbd44nr2qj8bf79jrh5z8kn01b1ibd"))))
(base32 "0nc23nmbkya2fgf7j65z85dcibwi5akkr8nscqrvk039ckirhk97"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)