mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: mate-terminal: Update to 1.24.1.
* gnu/packages/mate.scm (mate-terminal): Update to 1.24.1.
This commit is contained in:
parent
3ae745fed3
commit
0d553270a9
1 changed files with 2 additions and 2 deletions
|
@ -301,14 +301,14 @@ (define-public libmateweather
|
||||||
(define-public mate-terminal
|
(define-public mate-terminal
|
||||||
(package
|
(package
|
||||||
(name "mate-terminal")
|
(name "mate-terminal")
|
||||||
(version "1.24.0")
|
(version "1.24.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 "0nc23nmbkya2fgf7j65z85dcibwi5akkr8nscqrvk039ckirhk97"))))
|
(base32 "0qmyhxmarwkxad8k1m9q1iwx70zhfp6zc2mh74nv26nj4gr3h3am"))))
|
||||||
(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)
|
||||||
|
|
Loading…
Reference in a new issue