gnu: unionfs-fuse: Update to 2.0.
* gnu/packages/linux.scm (unionfs-fuse): Update to 2.0. [home-page]: Update to Github page.
This commit is contained in:
parent
092b7b3e69
commit
2f861edf5c
|
@ -1510,19 +1510,20 @@ user-space processes.")
|
||||||
(define-public unionfs-fuse
|
(define-public unionfs-fuse
|
||||||
(package
|
(package
|
||||||
(name "unionfs-fuse")
|
(name "unionfs-fuse")
|
||||||
(version "0.26")
|
(version "2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://podgorny.cz/unionfs-fuse/releases/unionfs-fuse-"
|
"https://github.com/rpodgorny/unionfs-fuse/archive/v"
|
||||||
version ".tar.xz"))
|
version ".tar.gz"))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qpnr4czgc62vsfnmv933w62nq3xwcbnvqch72qakfgca75rsp4d"))))
|
"0hsn8l1iblvx27bpd4dvnvnbh9ri3sv2f9xzpsnfz3379kb7skgj"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs `(("fuse" ,fuse)))
|
(inputs `(("fuse" ,fuse)))
|
||||||
(arguments '(#:tests? #f)) ; no tests
|
(arguments '(#:tests? #f)) ; no tests
|
||||||
(home-page "http://podgorny.cz/moin/UnionFsFuse")
|
(home-page "https://github.com/rpodgorny/unionfs-fuse")
|
||||||
(synopsis "User-space union file system")
|
(synopsis "User-space union file system")
|
||||||
(description
|
(description
|
||||||
"UnionFS-FUSE is a flexible union file system implementation in user
|
"UnionFS-FUSE is a flexible union file system implementation in user
|
||||||
|
|
Loading…
Reference in New Issue