diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-08-06 18:52:06 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-07 13:44:24 +0100 |
commit | caf6c3637bc418e482ab561ef219d45b4c3616e3 (patch) | |
tree | 52157a668d713f74f6afc18769c5f6255d7ad154 /gnu/packages/gnome.scm | |
parent | fd3b1171733df597627488d649ae8d121095fce1 (diff) | |
download | gnu-guix-caf6c3637bc418e482ab561ef219d45b4c3616e3.tar gnu-guix-caf6c3637bc418e482ab561ef219d45b4c3616e3.tar.gz |
gnu: nautilus: Update to 3.28.1.
* gnu/packages/gnome.scm (nautilus): Update to 3.28.1.
[inputs]: Add gexiv2.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 3cd16295b2..3f43e29d46 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6013,7 +6013,7 @@ shared object databases, search tools and indexing.") (define-public nautilus (package (name "nautilus") - (version "3.26.2") + (version "3.28.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -6021,7 +6021,7 @@ shared object databases, search tools and indexing.") name "-" version ".tar.xz")) (sha256 (base32 - "1d0l4vgcjqj4671hb6s2a56baqlasbxn3wl6vfrpdsk5qq299jbr")))) + "19dhpa2ylrg8d5274lahy7xqr2p9z3jnq1h4qmsh95czkpy7is4w")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t @@ -6037,6 +6037,7 @@ shared object databases, search tools and indexing.") ("pkg-config" ,pkg-config))) (inputs `(("dconf" ,dconf) + ("gexiv2" ,gexiv2) ("gvfs" ,gvfs) ("exempi" ,exempi) ("gnome-desktop" ,gnome-desktop) |