mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: mate-menus: Update to 1.22.0.
* gnu/packages/mate.scm (mate-menus): Update to 1.22.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
a628389fa9
commit
45bafe5501
1 changed files with 2 additions and 2 deletions
|
@ -464,7 +464,7 @@ (define-public libmatekbd
|
||||||
(define-public mate-menus
|
(define-public mate-menus
|
||||||
(package
|
(package
|
||||||
(name "mate-menus")
|
(name "mate-menus")
|
||||||
(version "1.18.0")
|
(version "1.22.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pub.mate-desktop.org/releases/"
|
(uri (string-append "https://pub.mate-desktop.org/releases/"
|
||||||
|
@ -472,7 +472,7 @@ (define-public mate-menus
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05kyr37xqv6hm1rlvnqd5ng0x1n883brqynkirkk5drl56axnz7h"))))
|
"1lkakbf2f1815c146z4xp5f0h4lim6jzr02681wbvzalc6k97v5c"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue