guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 32e51ce7dd1b4afc2a97cc8e8cc53977c982c12c
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:21 2025 +0900
gnu: gnome-session: Update to 48.0.
* gnu/packages/gnome.scm (gnome-session): Update to 48.0.
Change-Id: I8c0a8090735aa22d2f655de7a1c60efb3b009cf5
---
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 14df1d2b4d..c99925de7a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7646,7 +7646,7 @@ such as gzip tarballs.")
(define-public gnome-session
(package
(name "gnome-session")
- (version "46.0")
+ (version "48.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -7655,7 +7655,7 @@ such as gzip tarballs.")
(patches (search-patches "gnome-session-support-elogind.patch"))
(sha256
(base32
- "0m4sgfzpkrhpy9bpmjiig3h8sypsmdl25zlil7hw82q9yr565qf6"))))
+ "05y48xij8ihq1aifcqayrhy99dfig1ys9wadzjrbvk92bfy9z46x"))))
(arguments
(list
#:glib-or-gtk? #t