diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-27 21:31:14 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-28 01:02:40 +0200 |
commit | 0f6cf5a61cd50623f42b177cea429bbaf19e25b3 (patch) | |
tree | bff93451f65f98b49f30a1f79d4a22014c316567 | |
parent | 73fe4552aa4958d4ea0d9ea0ef0326e112b22a92 (diff) | |
download | guix-0f6cf5a61cd50623f42b177cea429bbaf19e25b3.tar guix-0f6cf5a61cd50623f42b177cea429bbaf19e25b3.tar.gz |
gnu: nautilus: Update to 3.24.2.1.
* gnu/packages/gnome.scm (nautilus): Update to 3.24.2.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 abc5c2697d..931c50e9db 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5490,7 +5490,7 @@ shared object databases, search tools and indexing.") (define-public nautilus (package (name "nautilus") - (version "3.24.1") + (version "3.24.2.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -5498,7 +5498,7 @@ shared object databases, search tools and indexing.") name "-" version ".tar.xz")) (sha256 (base32 - "1cn6bmzmahzlwcd4gllsvx6dva386xm3papgzpv1r34abw73sf27")))) + "1cv138z04qx0fh1a2z2hvxy4p1x15vdv5gmkx5f3hb6c3w2rsz9m")))) (build-system glib-or-gtk-build-system) (arguments '(#:configure-flags |