mothacehe pushed a commit to branch master
in repository guix.

commit a6928240063e43e85a6b27e4d8e46f3d949617fd
Author: Mathieu Othacehe <[email protected]>
AuthorDate: Mon Jun 20 12:14:15 2022 +0200

    gnu: xdg-desktop-portal-gtk: Update to 1.14.0.
    
    * gnu/packages/freedesktop.scm (xdg-desktop-portal-gtk): Update to 1.14.0.
---
 gnu/packages/freedesktop.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index c8f6ee1e62..29bb7c1664 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2306,7 +2306,7 @@ and others.")
 (define-public xdg-desktop-portal-gtk
   (package
     (name "xdg-desktop-portal-gtk")
-    (version "1.10.0")
+    (version "1.14.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2314,7 +2314,7 @@ and others.")
                     version "/xdg-desktop-portal-gtk-" version ".tar.xz"))
               (sha256
                (base32
-                "0nlbnd6qvs92fanrmmn123vy0y2ml0v3ndxyk5x0cpfbnmxpa2f8"))))
+                "0m29b4hm7lq06gcavxw7gdlgqiiy3vgv3v4yjqfq5kx92q3j28gn"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:phases

Reply via email to