diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-05-24 19:54:28 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-05-24 22:59:50 +0200 |
commit | ac8f1ce477fa806a43507293595e3c89003129ef (patch) | |
tree | 1cc8f8844fe644e42acefdcef6de8c6047e91be0 | |
parent | 44b1e86db24073f9148e0b91be152c89c7745d2f (diff) | |
download | patches-ac8f1ce477fa806a43507293595e3c89003129ef.tar patches-ac8f1ce477fa806a43507293595e3c89003129ef.tar.gz |
gnu: nautilus: Update to 3.24.1.
* gnu/packages/gnome.scm (nautilus): Update to 3.24.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 d26546b715..14101c8d36 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5200,7 +5200,7 @@ shared object databases, search tools and indexing.") (define-public nautilus (package (name "nautilus") - (version "3.22.2") + (version "3.24.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -5208,7 +5208,7 @@ shared object databases, search tools and indexing.") name "-" version ".tar.xz")) (sha256 (base32 - "1cv5xsah04svxx0b6di7iah9gcwk6na2c6lp442pal9v2ybrw76f")))) + "1cn6bmzmahzlwcd4gllsvx6dva386xm3papgzpv1r34abw73sf27")))) (build-system glib-or-gtk-build-system) (arguments '(#:configure-flags |