summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-08-03 21:55:20 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-08-04 01:51:20 +0200
commit20f8d1dd78c67872a670bb98cf8e76cef74baa64 (patch)
treead3e8d101cf68908d3c2f8198bb5e01f9367c10c /gnu
parentc89091459f24dee4ba4959d65e38589efc1d8d9e (diff)
downloadpatches-20f8d1dd78c67872a670bb98cf8e76cef74baa64.tar
patches-20f8d1dd78c67872a670bb98cf8e76cef74baa64.tar.gz
gnu: sshfs-fuse: Update to 2.10.
* gnu/packages/linux.scm (sshfs-fuse): Update to 2.10.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a189458ada..a7d24da7a1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1745,7 +1745,7 @@ UnionFS-FUSE additionally supports copy-on-write.")
(define-public sshfs-fuse
(package
(name "sshfs-fuse")
- (version "2.9")
+ (version "2.10")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/libfuse/sshfs/releases/"
@@ -1753,7 +1753,7 @@ UnionFS-FUSE additionally supports copy-on-write.")
".tar.gz"))
(sha256
(base32
- "1pp5wsl1jx11apkv2fpp559miifqhi8ka400npy5awp9ghlf3la6"))))
+ "00fir2iykdx11g8nv5gijg0zjrp2g3ldypnv0yi6lq3h5pg5v13h"))))
(build-system gnu-build-system)
(inputs
`(("fuse" ,fuse)