mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: sshfs-fuse: Update to 2.10.
* gnu/packages/linux.scm (sshfs-fuse): Update to 2.10.
This commit is contained in:
parent
c89091459f
commit
20f8d1dd78
1 changed files with 2 additions and 2 deletions
|
@ -1745,7 +1745,7 @@ (define-public unionfs-fuse/static
|
||||||
(define-public sshfs-fuse
|
(define-public sshfs-fuse
|
||||||
(package
|
(package
|
||||||
(name "sshfs-fuse")
|
(name "sshfs-fuse")
|
||||||
(version "2.9")
|
(version "2.10")
|
||||||
(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/"
|
||||||
|
@ -1753,7 +1753,7 @@ (define-public sshfs-fuse
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pp5wsl1jx11apkv2fpp559miifqhi8ka400npy5awp9ghlf3la6"))))
|
"00fir2iykdx11g8nv5gijg0zjrp2g3ldypnv0yi6lq3h5pg5v13h"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("fuse" ,fuse)
|
`(("fuse" ,fuse)
|
||||||
|
|
Loading…
Reference in a new issue