diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-08-22 22:04:56 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-08-23 19:46:59 +0800 |
commit | 2630311de7741f7f8487d115208214fccec9d4f0 (patch) | |
tree | 8037648acb6700a248efa6f2010762b713657430 | |
parent | 6c7c24b1600861ff3aa37e673efd9ea690a4a027 (diff) | |
download | patches-2630311de7741f7f8487d115208214fccec9d4f0.tar patches-2630311de7741f7f8487d115208214fccec9d4f0.tar.gz |
gnu: nautilus: Update to 3.20.2.
* gnu/packages/gnome.scm (nautilus): Update to 3.20.2.
-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 04d5e12144..95d9506712 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4864,7 +4864,7 @@ as SASL, TLS and VeNCrypt. Additionally it supports encoding extensions.") (define-public nautilus (package (name "nautilus") - (version "3.20.1") + (version "3.20.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4872,7 +4872,7 @@ as SASL, TLS and VeNCrypt. Additionally it supports encoding extensions.") name "-" version ".tar.xz")) (sha256 (base32 - "1s41bsihacs7cywm60vqgv46m22gmga4b0bwxnki4r02jjwhgagj")))) + "1bnalv0ljdjzqzvh3rfyg7r4z8vdbq1gdard5q68riqdi2dnfvld")))) (build-system glib-or-gtk-build-system) (arguments '(#:configure-flags |