diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-06-27 10:36:40 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-07-15 09:28:23 -0400 |
commit | 12fe48467395671cb0acaed36ac208ea73d49a19 (patch) | |
tree | eae23fb2d0f8c26f74f51b0b7cf31ceb7c762a59 | |
parent | 1f8b5515edbc2077387cf59d355adb9ab6d797cf (diff) | |
download | patches-12fe48467395671cb0acaed36ac208ea73d49a19.tar patches-12fe48467395671cb0acaed36ac208ea73d49a19.tar.gz |
gnu: gvfs: Update to 1.40.1.
* gnu/packages/gnome.scm (gvfs): Update to 1.40.1.
-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 0c6942c23d..d6d07e041a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4158,7 +4158,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.38.1") + (version "1.40.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4166,7 +4166,7 @@ part of udev-extras, then udev, then systemd. It's now a project on its own.") name "-" version ".tar.xz")) (sha256 (base32 - "18311pn5kp9b4kf5prvhcjs0cwf7fm3mqh6s6p42avcr5j26l4zd")))) + "1cfnzamr4mvgpf6yhm28lh9cafy9z6842s8jpbqnfizfxybg8ylj")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t |