mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: mate-menus: Update to 1.28.0.
* gnu/packages/mate.scm (mate-menus): Update to 1.28.0. Change-Id: Ib6e734fd2e9bffae881814e0f6c3d13bd0aa2f25 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
f3970ea309
commit
f398e7d9ef
1 changed files with 2 additions and 2 deletions
|
@ -468,14 +468,14 @@ (define-public libmatekbd
|
|||
(define-public mate-menus
|
||||
(package
|
||||
(name "mate-menus")
|
||||
(version "1.26.1")
|
||||
(version "1.28.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
|
||||
"mate-menus-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "130xvpszl1p3407b8annbvj8p0sa9jazxya02z9cfl5nwnd5k3a5"))))
|
||||
(base32 "13ahf1cy9mzasswhnkx8qqmj5ii54338z0k994fss2kggmfcfh6g"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue