guix-commits
[Top][All Lists]
Advanced

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

26/37: gnu: gdm: Update to 3.30.3.


From: guix-commits
Subject: 26/37: gnu: gdm: Update to 3.30.3.
Date: Sun, 14 Jul 2019 15:54:55 -0400 (EDT)

kkebreau pushed a commit to branch bd15da3a379821e3943403c
in repository guix.

commit 40742d81ff42b08555ec3957a78ea2745a35fc07
Author: Kei Kebreau <address@hidden>
Date:   Fri Jul 5 00:40:38 2019 -0400

    gnu: gdm: Update to 3.30.3.
    
    * gnu/packages/gnome.scm (gdm): Update to 3.30.3.
---
 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 2a15a57..057be3a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5610,7 +5610,7 @@ libxml2.")
 (define-public gdm
   (package
     (name "gdm")
-    (version "3.30.2")
+    (version "3.30.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -5618,7 +5618,7 @@ libxml2.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1handy65r1n0zby09jr492b3643wszzigdkxp7q2ypgxb3hyv45y"))))
+                "15f7lz7z75krgbq8vb800afj96h8mw2fpy1s28za2911x5vgq0ak"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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