diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-28 10:20:26 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-05-02 22:06:44 +0800 |
commit | 906943dfd377a77564f1febb72d1d47f08b31e37 (patch) | |
tree | dcd81e82d1b645ad7ddfe86681fa08c7c4fe08c8 /gnu/packages/gnome.scm | |
parent | bbbb77e400975b5c4341bfeb93563dbecfccf90a (diff) | |
download | patches-906943dfd377a77564f1febb72d1d47f08b31e37.tar patches-906943dfd377a77564f1febb72d1d47f08b31e37.tar.gz |
gnu: gdm: Update to 3.20.1.
* gnu/packages/gnome.scm (gdm): Update to 3.20.1.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 286261d267..a1de99db3f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4404,7 +4404,7 @@ libxml2.") (define-public gdm (package (name "gdm") - (version "3.20.0") + (version "3.20.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4412,7 +4412,7 @@ libxml2.") name "-" version ".tar.xz")) (sha256 (base32 - "1hnkv4j4m6z9l2y1rzxn674ir34k57apz1ybr15m11ksn05vlky6")))) + "17vqcnqnwx7s5xzgn358gsgbmpz7k90sh1qrwrh3wnj5r0pm38hh")))) (build-system gnu-build-system) (arguments '(#:configure-flags |