guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: gvfs: Update to 1.28.3.


From: Tobias Geerinckx-Rice
Subject: 01/03: gnu: gvfs: Update to 1.28.3.
Date: Wed, 17 Aug 2016 23:57:17 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit cde2506f9db3bb649605c04b548e91c0cfd2c924
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Aug 17 16:45:34 2016 +0200

    gnu: gvfs: Update to 1.28.3.
    
    * gnu/packages/gnome.scm (gvfs): Update to 1.28.3.
---
 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 83566e1..cb3d507 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3428,7 +3428,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.1")
+    (version "1.28.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -3436,7 +3436,7 @@ part of udev-extras, then udev, then systemd.  It's now a 
project on its own.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "16bry61hg681bwb0pih86cjayzvc5f89ip5xd8fydcy16nnfbksf"))))
+                "05xxy0ids310qy24vmkyl3hc6mq05p39aa8mkr5fzxkhhnv4r325"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f)) ; XXX: requiring `pidof'



reply via email to

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