mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: marco: Update to 1.28.1
* gnu/packages/mate.scm (marco): Update to 1.28.1. Change-Id: Iac0f89a980a0e4a49a4b3bff4e9e82815357dee5 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
2cd1f76c14
commit
bd43c75746
1 changed files with 2 additions and 2 deletions
|
@ -970,14 +970,14 @@ (define-public mate-control-center
|
||||||
(define-public marco
|
(define-public marco
|
||||||
(package
|
(package
|
||||||
(name "marco")
|
(name "marco")
|
||||||
(version "1.26.2")
|
(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) "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "18q71r4bkrldscp414qm0457i0jnk841wwc490qg0whhzraa5w8j"))))
|
(base32 "1qf219zmg6m1kf6xlx66h65yq3gxz3hc6fj995lcv0791vjfb5i4"))))
|
||||||
(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