mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: desktop-file-utils: Update to 0.24.
* gnu/packages/freedesktop.scm (desktop-file-utils): Update to 0.24.
This commit is contained in:
parent
d4c09245ec
commit
8b6d893d17
1 changed files with 2 additions and 2 deletions
|
@ -1386,7 +1386,7 @@ to applications simultaneously competing for fingerprint readers.")
|
||||||
(define-public desktop-file-utils
|
(define-public desktop-file-utils
|
||||||
(package
|
(package
|
||||||
(name "desktop-file-utils")
|
(name "desktop-file-utils")
|
||||||
(version "0.23")
|
(version "0.24")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.freedesktop.org/software/"
|
(uri (string-append "https://www.freedesktop.org/software/"
|
||||||
|
@ -1394,7 +1394,7 @@ to applications simultaneously competing for fingerprint readers.")
|
||||||
"desktop-file-utils-" version ".tar.xz"))
|
"desktop-file-utils-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"119kj2w0rrxkhg4f9cf5waa55jz1hj8933vh47vcjipcplql02bc"))))
|
"1nc3bwjdrpcrkbdmzvhckq0yngbcxspwj2n1r7jr3gmx1jk5vpm1"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue