diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-09 04:19:10 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-11 11:35:00 -0500 |
commit | 4edc6a9c7eb7fad9ae48e47ba8e319ee153a2db3 (patch) | |
tree | 353aa07fc2f96efda41225ffea71efe814c87127 /gnu | |
parent | 11bffbfab66e69ddb1bb39d10415f3a712afa904 (diff) | |
download | gnu-guix-4edc6a9c7eb7fad9ae48e47ba8e319ee153a2db3.tar gnu-guix-4edc6a9c7eb7fad9ae48e47ba8e319ee153a2db3.tar.gz |
gnu: gdm: Update to 3.22.1.
* gnu/packages/gnome.scm (gdm): Update to 3.22.1.
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 1b894059d0..2d31a82456 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4669,7 +4669,7 @@ libxml2.") (define-public gdm (package (name "gdm") - (version "3.20.1") + (version "3.22.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4677,7 +4677,7 @@ libxml2.") name "-" version ".tar.xz")) (sha256 (base32 - "17vqcnqnwx7s5xzgn358gsgbmpz7k90sh1qrwrh3wnj5r0pm38hh")))) + "17wnsrv91mx14xp96wrc21g2hsjjc38yhbkw55kf7hk3yliychva")))) (build-system gnu-build-system) (arguments '(#:configure-flags |