diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2015-12-11 10:48:50 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2015-12-11 14:18:10 +0200 |
commit | 24a78aa600e5f99270e31c72da698f0b2ca51e8d (patch) | |
tree | 2bf4ea2088e21bed2cec107e7453ca7fc64fc53a /gnu/packages/gnome.scm | |
parent | 98f4a9004b1e7ce18de8537799de43bb1a9a1c0b (diff) | |
download | guix-24a78aa600e5f99270e31c72da698f0b2ca51e8d.tar guix-24a78aa600e5f99270e31c72da698f0b2ca51e8d.tar.gz |
gnu: gvfs: Update to 1.26.2.
* gnu/packages/gnome.scm (gvfs): Update to 1.26.2.
[inputs]: Add gcr.
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 b0d97b5d75..073fcf2db1 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3236,7 +3236,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.24.1") + (version "1.26.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3244,7 +3244,7 @@ part of udev-extras, then udev, then systemd. It's now a project on its own.") name "-" version ".tar.xz")) (sha256 (base32 - "1ygiknnd24qgzds8wif3jns981mqr65lgjlxs5pw65cl3376g0yk")))) + "064dsjrdjcbi38zl38jhh4r9jcpiygg7x4c8s6s2rb757l7nwnv9")))) (build-system gnu-build-system) (arguments '(#:tests? #f)) ; XXX: requiring `pidof' @@ -3259,6 +3259,7 @@ part of udev-extras, then udev, then systemd. It's now a project on its own.") ("docbook-xsl" ,docbook-xsl) ("dbus" ,dbus) ("fuse" ,fuse) + ("gcr" ,gcr) ("glib" ,glib) ("libarchive" ,libarchive) ("libbluray" ,libbluray) |