From cde2506f9db3bb649605c04b548e91c0cfd2c924 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 17 Aug 2016 16:45:34 +0200 Subject: [PATCH] gnu: gvfs: Update to 1.28.3. * gnu/packages/gnome.scm (gvfs): Update to 1.28.3. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 83566e1bd3..cb3d507183 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3428,7 +3428,7 @@ (define-public libgudev (define-public gvfs (package (name "gvfs") - (version "1.28.1") + (version "1.28.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3436,7 +3436,7 @@ (define-public gvfs name "-" version ".tar.xz")) (sha256 (base32 - "16bry61hg681bwb0pih86cjayzvc5f89ip5xd8fydcy16nnfbksf")))) + "05xxy0ids310qy24vmkyl3hc6mq05p39aa8mkr5fzxkhhnv4r325")))) (build-system gnu-build-system) (arguments '(#:tests? #f)) ; XXX: requiring `pidof'