diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-29 11:31:23 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-05-02 22:06:45 +0800 |
commit | a829a053e2a08472989e9646b890e10982a89bf4 (patch) | |
tree | 222159126ed0cc44960443c1be26bb38353ac780 | |
parent | 924ae80f3d914f7609124ba6199c67e20572d8f3 (diff) | |
download | patches-a829a053e2a08472989e9646b890e10982a89bf4.tar patches-a829a053e2a08472989e9646b890e10982a89bf4.tar.gz |
gnu: nautilus: Update to 3.20.1.
* gnu/packages/gnome.scm (nautilus): Update to 3.20.1.
-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 7c1a2f9923..ea94582b41 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4695,7 +4695,7 @@ as SASL, TLS and VeNCrypt. Additionally it supports encoding extensions.") (define-public nautilus (package (name "nautilus") - (version "3.20.0") + (version "3.20.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4703,7 +4703,7 @@ as SASL, TLS and VeNCrypt. Additionally it supports encoding extensions.") name "-" version ".tar.xz")) (sha256 (base32 - "14s234b4l7hsxng1n3kkj4c8sjsq2vl2l2fw0caqfxva9md9k9vw")))) + "1s41bsihacs7cywm60vqgv46m22gmga4b0bwxnki4r02jjwhgagj")))) (build-system glib-or-gtk-build-system) (arguments '(#:configure-flags |