3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: mate-terminal: Update to 1.23.0.

* gnu/packages/mate.scm (mate-terminal): Update to 1.23.0.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-08 03:36:05 +01:00
parent 30bbe72db3
commit 789a39a82c
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -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)