gnu: sshfs-fuse: Update to 2.8.
* gnu/packages/linux.scm (sshfs-fuse): Update to 2.8.
This commit is contained in:
parent
df32099104
commit
b58c1b2d9b
|
@ -1419,17 +1419,15 @@ 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.5")
|
(version "2.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (let ((version-with-underscores
|
(uri (string-append "https://github.com/libfuse/sshfs/releases/"
|
||||||
(string-join (string-split version #\.) "_")))
|
"download/sshfs_" version
|
||||||
(string-append "https://github.com/libfuse/sshfs/releases/"
|
"/sshfs-" version ".tar.gz"))
|
||||||
"download/sshfs_" version-with-underscores
|
|
||||||
"/sshfs-fuse-" version ".tar.gz")))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gp6qr33l2p0964j0kds0dfmvyyf5lpgsn11daf0n5fhwm9185z9"))))
|
"08mdd4rs7yys7hmyig6i08qlid76p17xlvrh64k7wsrfs1s92s3z"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("fuse" ,fuse)
|
`(("fuse" ,fuse)
|
||||||
|
|
Loading…
Reference in New Issue