summary refs log tree commit diff
path: root/gnu/packages/freedesktop.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2023-02-02 03:16:18 +0100
committerChristopher Baines <mail@cbaines.net>2023-02-07 09:12:13 +0100
commit9b07a4b045be4fd3b69ea7b3ca1b2459c00032ba (patch)
treee5fe03988790cdad847cbd21194c6c90c3792316 /gnu/packages/freedesktop.scm
parentabb73a603bea385c6e92e631339a75f63724d7ea (diff)
downloadguix-9b07a4b045be4fd3b69ea7b3ca1b2459c00032ba.tar.gz
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>
Diffstat (limited to 'gnu/packages/freedesktop.scm')
-rw-r--r--gnu/packages/freedesktop.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index a986c8c350..90398f0e70 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -2666,7 +2666,7 @@ compatible with the well-known scripts of the same name.")
 (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 @@ compatible with the well-known scripts of the same name.")
                     version "/xdg-desktop-portal-" version ".tar.xz"))
               (sha256
                (base32
-                "0wqc9x3k7lf3mig53i4rjazi0xi8bcykwaaw7r7prvnscnd1k405"))))
+                "1q0djpnwlrqm0h0alyh1r6dlkqdrr7mj5hiam4mqzxqa5jbqkrgj"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)