gnu: mate-terminal: Update to 1.22.0

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

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
guy fleury iteriteka 2019-04-02 19:26:13 +02:00 committed by Danny Milosavljevic
parent 595abe8688
commit 27d4e820d1
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 2 additions and 2 deletions

View File

@ -263,7 +263,7 @@ the MATE desktop environment.")
(define-public mate-terminal (define-public mate-terminal
(package (package
(name "mate-terminal") (name "mate-terminal")
(version "1.18.1") (version "1.22.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -272,7 +272,7 @@ the MATE desktop environment.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1zihm609d2d9cw53ry385whshjl1dnkifpk41g1ddm9f58hv4da1")))) "16r492s34la2fs2cj1xr0r93wkjglwy77jyrc66i2ahs9gnivj4g"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)