diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-08-06 18:58:36 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-07 13:44:24 +0100 |
commit | 0a76f2bd3b3c0fd348e6f7387a6296218cbb2d0c (patch) | |
tree | c46ebe2b93a2ec6b0d55ae6e4e3684ce19c098c6 /gnu | |
parent | 59dac02602a05e909e6bd48a9e795b60d3be8836 (diff) | |
download | gnu-guix-0a76f2bd3b3c0fd348e6f7387a6296218cbb2d0c.tar gnu-guix-0a76f2bd3b3c0fd348e6f7387a6296218cbb2d0c.tar.gz |
gnu: gdm: Update to 3.28.2.
* gnu/packages/gnome.scm (gdm): Update to 3.28.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index fe9f0c27a2..00a0c03adc 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5452,7 +5452,7 @@ libxml2.") (define-public gdm (package (name "gdm") - (version "3.26.2.1") + (version "3.28.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -5461,7 +5461,7 @@ libxml2.") (patches (search-patches "gdm-CVE-2018-14424.patch")) (sha256 (base32 - "0mxdal6hh345xk2xqmw5192jgpprkbcv1d4bwmnl4arcc00cpp8p")))) + "0wdm1503x66n1crdlmzmincbd2hccpxsdgjsl5anx3yjpdzs0hb0")))) (build-system glib-or-gtk-build-system) (arguments '(#:configure-flags |