diff options
author | Rutger Helling <rhelling@mykolab.com> | 2018-01-02 13:20:29 +0100 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2018-01-06 16:55:55 +0100 |
commit | 0438f1d84dfa76d74dea81e387d8090992a692e1 (patch) | |
tree | de3133e63b98a058806a120296d45bffe27ebf99 /gnu/packages/gnome.scm | |
parent | ae8e71ee48a097677b5e28d4cccbcd5a6dbaea13 (diff) | |
download | guix-0438f1d84dfa76d74dea81e387d8090992a692e1.tar guix-0438f1d84dfa76d74dea81e387d8090992a692e1.tar.gz |
gnu: gdm: Update to 3.26.2.1.
* gnu/packages/gnome.scm (gdm): Update to 3.26.2.1.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 69d54773e4..3a5f92148f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -28,7 +28,7 @@ ;;; Copyright © 2017 Chris Marusich <cmmarusich@gmail.com> ;;; Copyright © 2017 Mohammed Sadiq <sadiq@sadiqpk.org> ;;; Copyright © 2017 Brendan Tildesley <brendan.tildesley@openmailbox.org> -;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com> +;;; Copyright © 2017, 2018 Rutger Helling <rhelling@mykolab.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -5230,7 +5230,7 @@ libxml2.") (define-public gdm (package (name "gdm") - (version "3.24.2") + (version "3.26.2.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -5238,7 +5238,7 @@ libxml2.") name "-" version ".tar.xz")) (sha256 (base32 - "1s2xzrwcjhfb4ra8jrxqfycs1jpv97id0f6idb2h6vjkspxbjy23")))) + "0mxdal6hh345xk2xqmw5192jgpprkbcv1d4bwmnl4arcc00cpp8p")))) (build-system glib-or-gtk-build-system) (arguments '(#:configure-flags |