diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-06 13:55:28 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-16 11:45:29 +0200 |
commit | 62759c544a964dd24c844ce1e3632393e4716c74 (patch) | |
tree | d1c6c54cac333900fd949d002b406acd6a816452 /gnu | |
parent | 400f3db26778231d2441fd162d85a31fea54e626 (diff) | |
download | guix-62759c544a964dd24c844ce1e3632393e4716c74.tar.gz guix-62759c544a964dd24c844ce1e3632393e4716c74.zip |
gnu: gnome-desktop: Update to 3.20.0.
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.20.0.
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 e081aea7a8..4311e68ddc 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -188,7 +188,7 @@ commonly used macros.") (define-public gnome-desktop (package (name "gnome-desktop") - (version "3.18.1") + (version "3.20.0") (source (origin (method url-fetch) @@ -197,7 +197,7 @@ commonly used macros.") name "-" version ".tar.xz")) (sha256 (base32 - "0avpmyhzz5b3pyfpkp8iq5ym5r5w7zs3a396hqkdpdsiym0vrazc")))) + "13dhvax8fy9qkna4dphb7b5fxn3dsk818p3q8b92a7nrrwcgiiqq")))) (build-system gnu-build-system) (native-inputs `(("gobject-introspection" ,gobject-introspection) |