guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 6471588a2dbaacd7c4b80da45d62688d99545d5b
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun May 18 11:38:27 2025 +0900
gnu: xdg-desktop-portal-gnome: Update to 48.0.
* gnu/packages/gnome.scm (xdg-desktop-portal-gnome): Update to 48.0.
Change-Id: I7b07e714640fa8bbe67e0573eebc41b150bb0a96
---
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 5fa249e441..2944b58e77 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -13478,7 +13478,7 @@ provided there is a DBus service present:
(define-public xdg-desktop-portal-gnome
(package
(name "xdg-desktop-portal-gnome")
- (version "46.2")
+ (version "48.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -13486,7 +13486,7 @@ provided there is a DBus service present:
name "-" version ".tar.xz"))
(sha256
(base32
- "1mhngp24k06i993kw6kzq0x8hwbbvkk3nq9s0cnm10w4bsi5ximm"))
+ "0qc8kk8wycjj65mh04pylh6fcxx5wj5bp5ipxc4a6k9nw6iaq5fd"))
(snippet
#~(begin
(use-modules (guix build utils))