gnu: mate-menus: Update to 1.24.1.
* gnu/packages/mate.scm (mate-menus): Update to 1.24.1. [source]: Hard-code NAME.
This commit is contained in:
parent
870e12b51f
commit
723e99faba
1 changed files with 3 additions and 4 deletions
|
@ -488,15 +488,14 @@ MATE desktop environment.")
|
||||||
(define-public mate-menus
|
(define-public mate-menus
|
||||||
(package
|
(package
|
||||||
(name "mate-menus")
|
(name "mate-menus")
|
||||||
(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) "/"
|
||||||
name "-" version ".tar.xz"))
|
"mate-menus-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "17zc9fn14jykhn30z8iwlw0qwk32ivj6gxgww3xrqvqk0da5yaas"))))
|
||||||
"1vv4j38h7mrbfrsj99k25z6y7b5dg30fzd2qnhk7pl8ca8s1jhrd"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue