guix-commits
[Top][All Lists]
Advanced

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

25/55: gnu: gvfs: Update to 1.28.1.


From: ???
Subject: 25/55: gnu: gvfs: Update to 1.28.1.
Date: Sat, 30 Apr 2016 09:49:31 +0000

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

commit 22f60362aecf46b608d0227a236d2df42ffae2e5
Author: 宋文武 <address@hidden>
Date:   Thu Apr 28 09:58:59 2016 +0800

    gnu: gvfs: Update to 1.28.1.
    
    * gnu/packages/gnome.scm (gvfs): Update to 1.28.1.
---
 gnu/packages/gnome.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 29212d1..98901aa 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'



reply via email to

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