diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-28 09:43:35 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-05-02 22:06:40 +0800 |
commit | ab740c7f2eb8257a9cdc4267731caa760936736e (patch) | |
tree | 3e95bba46625c334d39540208b14fd4cf9a2cb96 /gnu | |
parent | 3f57959caa9cb98023ffd24f50b4f329c223eaa0 (diff) | |
download | patches-ab740c7f2eb8257a9cdc4267731caa760936736e.tar patches-ab740c7f2eb8257a9cdc4267731caa760936736e.tar.gz |
gnu: gnome-desktop: Update to 3.20.1.
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.20.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 81a683602e..c15c195ef0 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.20.0") + (version "3.20.1") (source (origin (method url-fetch) @@ -197,7 +197,7 @@ commonly used macros.") name "-" version ".tar.xz")) (sha256 (base32 - "13dhvax8fy9qkna4dphb7b5fxn3dsk818p3q8b92a7nrrwcgiiqq")))) + "0h6185lmkaf49dr43pb6gsb9yi25rc32n7dq5186hwln38mppb3f")))) (build-system gnu-build-system) (native-inputs `(("gobject-introspection" ,gobject-introspection) |