guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

77/97: gnu: gvfs: Update to 1.28.0.


From: Ludovic Courtès
Subject: 77/97: gnu: gvfs: Update to 1.28.0.
Date: Wed, 13 Apr 2016 17:31:49 +0000

civodul pushed a commit to branch gnome-updates
in repository guix.

commit 0aff9b57a225b079ec608ab3ce262c51127ae6f2
Author: 宋文武 <address@hidden>
Date:   Thu Apr 7 09:38:16 2016 +0800

    gnu: gvfs: Update to 1.28.0.
    
    * gnu/packages/gnome.scm (gvfs): Update to 1.28.0.
---
 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 2639f67..357c3c9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3316,7 +3316,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.26.2")
+    (version "1.28.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -3324,7 +3324,7 @@ part of udev-extras, then udev, then systemd.  It's now a 
project on its own.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "064dsjrdjcbi38zl38jhh4r9jcpiygg7x4c8s6s2rb757l7nwnv9"))))
+                "017pynx7rfrhgvg904kwxdw9dc26zb0v7ymkspm059qcvw5gqwng"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f)) ; XXX: requiring `pidof'



reply via email to

[Prev in Thread] Current Thread [Next in Thread]