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

* gnu/packages/freedesktop.scm (xdg-desktop-portal): Update to 1.14.6.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Nicolas Graves 2023-02-02 03:16:18 +01:00 committed by Christopher Baines
parent abb73a603b
commit 9b07a4b045
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -2666,7 +2666,7 @@ (define-public libportal
(define-public xdg-desktop-portal
(package
(name "xdg-desktop-portal")
(version "1.14.4")
(version "1.14.6")
(source (origin
(method url-fetch)
(uri (string-append
@ -2674,7 +2674,7 @@ (define-public xdg-desktop-portal
version "/xdg-desktop-portal-" version ".tar.xz"))
(sha256
(base32
"0wqc9x3k7lf3mig53i4rjazi0xi8bcykwaaw7r7prvnscnd1k405"))))
"1q0djpnwlrqm0h0alyh1r6dlkqdrr7mj5hiam4mqzxqa5jbqkrgj"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)