diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-28 09:58:59 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-05-02 22:06:42 +0800 |
commit | ddfa9131b80f1708ba634130d695517c73dc880b (patch) | |
tree | dcbdb022c2268b40bf2c519659edee0c0d661a5b /gnu/packages | |
parent | 3afeb02c5172ded5d7bc94e9bf51856049ad6875 (diff) | |
download | patches-ddfa9131b80f1708ba634130d695517c73dc880b.tar patches-ddfa9131b80f1708ba634130d695517c73dc880b.tar.gz |
gnu: gvfs: Update to 1.28.1.
* gnu/packages/gnome.scm (gvfs): Update to 1.28.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 29212d17cc..98901aabeb 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3318,7 +3318,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.0") + (version "1.28.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -3326,7 +3326,7 @@ part of udev-extras, then udev, then systemd. It's now a project on its own.") name "-" version ".tar.xz")) (sha256 (base32 - "017pynx7rfrhgvg904kwxdw9dc26zb0v7ymkspm059qcvw5gqwng")))) + "16bry61hg681bwb0pih86cjayzvc5f89ip5xd8fydcy16nnfbksf")))) (build-system gnu-build-system) (arguments '(#:tests? #f)) ; XXX: requiring `pidof' |