gnu: unionfs-fuse: Update to 2.1.

* gnu/packages/linux.scm (unionfs-fuse): Update to 2.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-29 22:48:27 +01:00
parent 8daad379bf
commit 9af59b0dce
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2825,7 +2825,7 @@ (define-public fuse
(define-public unionfs-fuse
(package
(name "unionfs-fuse")
(version "2.0")
(version "2.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2834,7 +2834,7 @@ (define-public unionfs-fuse
(file-name (git-file-name name version))
(sha256
(base32
"0lb8zgdxnjy2fjr2284hvdfn7inc1in44ynzgcr66x54bxzvynj6"))))
"0bwx70x834qgqh53vqp18bhbxbsny80hz922rbgj8k9wj7cbfilm"))))
(build-system cmake-build-system)
(native-inputs
`(("python" ,python)))