gnu: mate-utils: Update to 1.24.0.
* gnu/packages/mate.scm (mate-utils): Update to 1.24.0. [inputs]: Add udisks. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
bfa66d6484
commit
6e5be55bbc
1 changed files with 3 additions and 2 deletions
|
@ -1262,7 +1262,7 @@ can be used as backgrounds in the MATE Desktop environment.")
|
||||||
(define-public mate-utils
|
(define-public mate-utils
|
||||||
(package
|
(package
|
||||||
(name "mate-utils")
|
(name "mate-utils")
|
||||||
(version "1.22.0")
|
(version "1.24.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1270,7 +1270,7 @@ can be used as backgrounds in the MATE Desktop environment.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kz95hicjksgkwaj83fdp2rnaygfgjbj0jsnwy4n0lj5q90j7r28"))))
|
"1b16n1628gcsym5mph6lr9x5xm4rgkxsa8xwr2wlx8g2gw2775i1"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
|
@ -1294,6 +1294,7 @@ can be used as backgrounds in the MATE Desktop environment.")
|
||||||
("libxext" ,libxext)
|
("libxext" ,libxext)
|
||||||
("mate-panel" ,mate-panel)
|
("mate-panel" ,mate-panel)
|
||||||
("pango" ,pango)
|
("pango" ,pango)
|
||||||
|
("udisks" ,udisks)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(home-page "https://mate-desktop.org/")
|
(home-page "https://mate-desktop.org/")
|
||||||
(synopsis "Utilities for the MATE Desktop")
|
(synopsis "Utilities for the MATE Desktop")
|
||||||
|
|
Reference in a new issue