gnu: desktop-file-utils: Update to 0.23.
* gnu/packages/gnome.scm (desktop-file-utils): Update to 0.23.
This commit is contained in:
parent
b43b584f8e
commit
562a79de7d
|
@ -602,14 +602,14 @@ GNOME and KDE desktops to the icon names proposed in the specification.")
|
||||||
(define-public desktop-file-utils
|
(define-public desktop-file-utils
|
||||||
(package
|
(package
|
||||||
(name "desktop-file-utils")
|
(name "desktop-file-utils")
|
||||||
(version "0.22")
|
(version "0.23")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.freedesktop.org/software/" name
|
(uri (string-append "https://www.freedesktop.org/software/" name
|
||||||
"/releases/" name "-" version ".tar.xz"))
|
"/releases/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ianvr2a69yjv4rpyv30w7yjsmnsb23crrka5ndqxycj4rkk4dc4"))))
|
"119kj2w0rrxkhg4f9cf5waa55jz1hj8933vh47vcjipcplql02bc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in New Issue