guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit eec6abd7c846ac4c9e03a13f722a5a915ba42a6b
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:22 2025 +0900
gnu: gdm: Update to 48.0.
* gnu/packages/gnome.scm (gdm): Update to 48.0.
Change-Id: I6d39ed63ac1f38989338df7526cba66c7635009c
---
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 2da4ca2f2f..4b42f683f6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9028,7 +9028,7 @@ library.")
(define-public gdm
(package
(name "gdm")
- (version "46.2")
+ (version "48.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -9036,7 +9036,7 @@ library.")
name "-" version ".tar.xz"))
(sha256
(base32
- "12r6ppsdq9f0rlhfwldwhilshb1blp6m0944rm872lqn5914bqsf"))
+ "1pqaqg8ngs8y2nwysxm03cdllix3blpgkd7c6xg7pv4ky2pnvh0v"))
(patches
(search-patches
"gdm-default-session.patch"