gnu: xdg-desktop-portal-gtk: Update to 1.14.1.

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

View file

@ -2829,7 +2829,7 @@ (define-public xdg-desktop-portal
(define-public xdg-desktop-portal-gtk
(package
(name "xdg-desktop-portal-gtk")
(version "1.14.0")
(version "1.14.1")
(source (origin
(method url-fetch)
(uri (string-append
@ -2837,7 +2837,7 @@ (define-public xdg-desktop-portal-gtk
version "/xdg-desktop-portal-gtk-" version ".tar.xz"))
(sha256
(base32
"0m29b4hm7lq06gcavxw7gdlgqiiy3vgv3v4yjqfq5kx92q3j28gn"))))
"002p19j1q3fc8x338ndzxnicwframpgafw31lwvv5avy329akqiy"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:phases