guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 9a51c6a9fc36591abd2270322d953d11b58d5db4
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Mar 22 11:44:13 2026 +0900
gnu: xdg-desktop-portal-gnome: Update to 49.0.
* gnu/packages/gnome.scm (xdg-desktop-portal-gnome): Update to 49.0.
Change-Id: I11cdf8ec29c512bb20d81662b56d2173de73680f
Signed-off-by: NoƩ Lopez <[email protected]>
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ef749c104a..3d535ba6ab 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13331,7 +13331,7 @@ provided there is a DBus service present:
(define-public xdg-desktop-portal-gnome
(package
(name "xdg-desktop-portal-gnome")
- (version "48.0")
+ (version "49.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -13339,7 +13339,7 @@ provided there is a DBus service present:
name "-" version ".tar.xz"))
(sha256
(base32
- "0qc8kk8wycjj65mh04pylh6fcxx5wj5bp5ipxc4a6k9nw6iaq5fd"))
+ "1ln4bsdlrz7irbs3zagwmckl31nxfkvi6a4dq04iz4fbz36sy7a0"))
(snippet
#~(begin
(use-modules (guix build utils))