guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit ead622c568248f9e552596c5aa83b403bed56371
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 ae7f98cc3b..5d159fa2bd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9029,7 +9029,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 "/"
@@ -9037,7 +9037,7 @@ library.")
name "-" version ".tar.xz"))
(sha256
(base32
- "12r6ppsdq9f0rlhfwldwhilshb1blp6m0944rm872lqn5914bqsf"))
+ "1pqaqg8ngs8y2nwysxm03cdllix3blpgkd7c6xg7pv4ky2pnvh0v"))
(patches
(search-patches
"gdm-default-session.patch"