gnu: mate-menus: Update to 1.26.1.
* gnu/packages/mate.scm (mate-menus): Update to 1.26.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
e09bb0155e
commit
8c872e03b6
1 changed files with 2 additions and 2 deletions
|
|
@ -468,14 +468,14 @@ MATE desktop environment.")
|
||||||
(define-public mate-menus
|
(define-public mate-menus
|
||||||
(package
|
(package
|
||||||
(name "mate-menus")
|
(name "mate-menus")
|
||||||
(version "1.24.1")
|
(version "1.26.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-menus-" version ".tar.xz"))
|
"mate-menus-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "17zc9fn14jykhn30z8iwlw0qwk32ivj6gxgww3xrqvqk0da5yaas"))))
|
(base32 "130xvpszl1p3407b8annbvj8p0sa9jazxya02z9cfl5nwnd5k3a5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
|
||||||
Reference in a new issue