mhw pushed a commit to branch gnome-updates
in repository guix.
commit 8852ca246139444460dfadfffd32c433d9eb3069
Author: Mark H Weaver <[email protected]>
Date: Mon Jan 9 03:59:29 2017 -0500
gnu: gvfs: Update to 1.30.3.
* gnu/packages/gnome.scm (gvfs): Update to 1.30.3.
[inputs]: Add libcap and polkit.
---
gnu/packages/gnome.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e7d44d7..be376ba 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3456,7 +3456,7 @@ part of udev-extras, then udev, then systemd. It's now a
project on its own.")
(define-public gvfs
(package
(name "gvfs")
- (version "1.28.3")
+ (version "1.30.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -3464,7 +3464,7 @@ part of udev-extras, then udev, then systemd. It's now a
project on its own.")
name "-" version ".tar.xz"))
(sha256
(base32
- "05xxy0ids310qy24vmkyl3hc6mq05p39aa8mkr5fzxkhhnv4r325"))))
+ "0xgis1kgglnazy1vm66xiqyz8yvvmiad3h0g3agg7ryai6aa495q"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f)) ; XXX: requiring `pidof'
@@ -3483,6 +3483,7 @@ part of udev-extras, then udev, then systemd. It's now a
project on its own.")
("glib" ,glib)
("libarchive" ,libarchive)
("libbluray" ,libbluray)
+ ("libcap" ,libcap)
("libcdio-paranoia" ,libcdio-paranoia)
("libgcrypt" ,libgcrypt)
("libgphoto2" ,libgphoto2)
@@ -3493,6 +3494,7 @@ part of udev-extras, then udev, then systemd. It's now a
project on its own.")
("libsoup" ,libsoup)
("libxml2" ,libxml2)
("nettle" ,nettle) ; XXX: required by libarchive.pc
+ ("polkit" ,polkit)
("udisks" ,udisks)))
(home-page "https://wiki.gnome.org/gvfs/")
(synopsis "Userspace virtual file system for GIO")