mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: mate-terminal: Update to 1.28.1.
* gnu/packages/mate.scm (mate-terminal): Update to 1.28.1. Change-Id: I47965f2685aded9ea1391329ade7dc16cc816251 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
3f6c6328c0
commit
59d124f825
1 changed files with 2 additions and 2 deletions
|
@ -295,14 +295,14 @@ (define-public libmateweather
|
||||||
(define-public mate-terminal
|
(define-public mate-terminal
|
||||||
(package
|
(package
|
||||||
(name "mate-terminal")
|
(name "mate-terminal")
|
||||||
(version "1.26.1")
|
(version "1.28.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
|
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
|
||||||
"mate-terminal-" version ".tar.xz"))
|
"mate-terminal-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1l71w64vf49iqaknja2p6h8m3blzq7w76ki7r7l8fy5ly03044vw"))))
|
(base32 "14ly8v4wcz735caw0rdvwrsdgkxlzla1kp5jxjc2gqiakqdfndgi"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list pkg-config
|
||||||
|
|
Loading…
Reference in a new issue