Archived
1
0
Fork 0

gnu: xdg-desktop-portal: Update to 1.16.0.

* gnu/packages/freedesktop.scm (xdg-desktop-portal): Update to 1.16.0.
This commit is contained in:
Andrew Tropin 2023-06-02 08:54:33 +04:00
parent a9c8e8fd38
commit 51c8e86350
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -2765,15 +2765,16 @@ compatible with the well-known scripts of the same name.")
(define-public xdg-desktop-portal
(package
(name "xdg-desktop-portal")
(version "1.14.6")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/flatpak/xdg-desktop-portal/releases/download/"
version "/xdg-desktop-portal-" version ".tar.xz"))
(sha256
(base32
"1q0djpnwlrqm0h0alyh1r6dlkqdrr7mj5hiam4mqzxqa5jbqkrgj"))))
(version "1.16.0")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/flatpak/xdg-desktop-portal/releases/download/"
version "/xdg-desktop-portal-" version ".tar.xz"))
(sha256
(base32
"06cczlh39kc41rvav06v37sad827y61rffy3v29i918ibj8sahav"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)