all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61219] [PATCH] gnu: xdg-desktop-portal: Update to 1.14.6.
@ 2023-02-02  2:16 Nicolas Graves via Guix-patches via
  2023-02-02 11:56 ` Josselin Poiret via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2023-02-02  2:16 UTC (permalink / raw)
  To: 61219; +Cc: ngraves

* gnu/packages/freedesktop.scm (xdg-desktop-portal): Update to 1.14.6.
---
 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 a986c8c350..90398f0e70 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -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)
-- 
2.39.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-07  8:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-02  2:16 [bug#61219] [PATCH] gnu: xdg-desktop-portal: Update to 1.14.6 Nicolas Graves via Guix-patches via
2023-02-02 11:56 ` Josselin Poiret via Guix-patches via
2023-02-02 15:49   ` Nicolas Graves via Guix-patches via
2023-02-07  8:16     ` Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.