guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

73/117: gnu: gdm: Update to 3.38.2.1.


From: guix-commits
Subject: 73/117: gnu: gdm: Update to 3.38.2.1.
Date: Tue, 23 Mar 2021 19:25:55 -0400 (EDT)

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

commit a13669a945bdf425dfe58366361164c5dc84fcc1
Author: Léo Le Bouter <lle-bout@zaclys.net>
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 51f6e32..7acff6e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7966,7 +7966,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 "/"
@@ -7974,7 +7974,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

[Prev in Thread] Current Thread [Next in Thread]