guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: sshfs-fuse: Update to 2.9.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: sshfs-fuse: Update to 2.9.
Date: Mon, 17 Apr 2017 16:54:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f5c6edd60c58dfaff068207ebe3e01dc3fa48ed9
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 17 22:55:06 2017 +0200

    gnu: sshfs-fuse: Update to 2.9.
    
    * gnu/packages/linux.scm (sshfs-fuse): Update to 2.9.
    [home-page]: Point to new home page.
---
 gnu/packages/linux.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 7075e7c..95b5b5b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1576,22 +1576,22 @@ UnionFS-FUSE additionally supports copy-on-write.")
 (define-public sshfs-fuse
   (package
     (name "sshfs-fuse")
-    (version "2.8")
+    (version "2.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/libfuse/sshfs/releases/";
-                                  "download/sshfs_" version
-                                  "/sshfs-" version ".tar.gz"))
+                                  "download/sshfs-" version "/sshfs-" version
+                                  ".tar.gz"))
               (sha256
                (base32
-                "08mdd4rs7yys7hmyig6i08qlid76p17xlvrh64k7wsrfs1s92s3z"))))
+                "1pp5wsl1jx11apkv2fpp559miifqhi8ka400npy5awp9ghlf3la6"))))
     (build-system gnu-build-system)
     (inputs
      `(("fuse" ,fuse)
        ("glib" ,glib)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
-    (home-page "http://fuse.sourceforge.net/sshfs.html";)
+    (home-page "https://github.com/libfuse/sshfs";)
     (synopsis "Mount remote file systems over SSH")
     (description
      "This is a file system client based on the SSH File Transfer Protocol.



reply via email to

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