mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: sshfs-fuse: Update to 2.9.
* gnu/packages/linux.scm (sshfs-fuse): Update to 2.9. [home-page]: Point to new home page.
This commit is contained in:
parent
05bdb5e64d
commit
f5c6edd60c
1 changed files with 5 additions and 5 deletions
|
@ -1576,22 +1576,22 @@ (define-public unionfs-fuse/static
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue