lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit 4f0eebcc633d7bef7e5b9a2b36f368d62b0bfb1c
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:45:44 2021 +0100

    gnu: gdm: Update to 3.38.2.1.
    
    * gnu/packages/gnome.scm (gdm): Update to 3.38.2.1.
---
 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 6540890..053a8f9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7986,7 +7986,7 @@ libxml2.")
 (define-public gdm
   (package
     (name "gdm")
-    (version "3.34.1")
+    (version "3.38.2.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -7994,7 +7994,7 @@ libxml2.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1lyqvcwxhwxklbxn4xjswjzr6fhjix6h28mi9ypn34wdm9bzcpg8"))
+                "1nn4iri48r04fv87kvhsybgyasp1k2w1c5x1asmvvz7bsl2s4n6a"))
               (patches (search-patches "gdm-default-session.patch"))))
     (build-system glib-or-gtk-build-system)
     (arguments

Reply via email to