gnu: sshfs-fuse: Update to 2.9.
* gnu/packages/linux.scm (sshfs-fuse): Update to 2.9. [home-page]: Point to new home page.master
parent
05bdb5e64d
commit
f5c6edd60c
|
@ -1576,22 +1576,22 @@ UnionFS-FUSE additionally supports copy-on-write.")
|
||||||
(define-public sshfs-fuse
|
(define-public sshfs-fuse
|
||||||
(package
|
(package
|
||||||
(name "sshfs-fuse")
|
(name "sshfs-fuse")
|
||||||
(version "2.8")
|
(version "2.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/libfuse/sshfs/releases/"
|
(uri (string-append "https://github.com/libfuse/sshfs/releases/"
|
||||||
"download/sshfs_" version
|
"download/sshfs-" version "/sshfs-" version
|
||||||
"/sshfs-" version ".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08mdd4rs7yys7hmyig6i08qlid76p17xlvrh64k7wsrfs1s92s3z"))))
|
"1pp5wsl1jx11apkv2fpp559miifqhi8ka400npy5awp9ghlf3la6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("fuse" ,fuse)
|
`(("fuse" ,fuse)
|
||||||
("glib" ,glib)))
|
("glib" ,glib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("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")
|
(synopsis "Mount remote file systems over SSH")
|
||||||
(description
|
(description
|
||||||
"This is a file system client based on the SSH File Transfer Protocol.
|
"This is a file system client based on the SSH File Transfer Protocol.
|
||||||
|
|
Reference in New Issue