guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 27f4bc7d790acbc313f0a264d55b528b652eb39e
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 51670c54a8..93a0568c57 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7662,7 +7662,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 "/"
@@ -7671,7 +7671,7 @@ such as gzip tarballs.")
(patches (search-patches "gnome-session-support-elogind.patch"))
(sha256
(base32
- "0m4sgfzpkrhpy9bpmjiig3h8sypsmdl25zlil7hw82q9yr565qf6"))))
+ "05y48xij8ihq1aifcqayrhy99dfig1ys9wadzjrbvk92bfy9z46x"))))
(arguments
(list
#:glib-or-gtk? #t