summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2019-11-02 09:49:18 -0400
committerKei Kebreau <kkebreau@posteo.net>2019-12-07 14:04:16 -0500
commitd682c599166a7dfff6ebd259ce3104d18a3f02bf (patch)
treef8d641c00ff22e1018b9cb3a71b2f86ee0c3ba17 /gnu/packages/gnome.scm
parente7d710afa9362252e0a734066cc7317cd1fa6eee (diff)
downloadguix-patches-d682c599166a7dfff6ebd259ce3104d18a3f02bf.tar
guix-patches-d682c599166a7dfff6ebd259ce3104d18a3f02bf.tar.gz
gnu: nautilus: Update to 3.32.3.
* gnu/packages/gnome.scm (nautilus): Update to 3.32.3.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2496e05d0e..9d5d9a4505 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6825,7 +6825,7 @@ shared object databases, search tools and indexing.")
(define-public nautilus
(package
(name "nautilus")
- (version "3.32.1")
+ (version "3.32.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -6833,7 +6833,7 @@ shared object databases, search tools and indexing.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0vmrvimv4183l3ij4kv0ir2c9rfzk7gh3xc2pa4wkqq9kn7h6m7s"))))
+ "1x9crzbj6rrrf8w5dkcx0c14j40byr4ijpzkwd5dcrbfvvdy1r01"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t