gnu: unionfs-fuse: Update to 2.2.

* gnu/packages/linux.scm (unionfs-fuse): Update to 2.2.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-03 17:40:35 +02:00
parent 792a688103
commit f856271517
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3259,7 +3259,7 @@ (define-public fuse
(define-public unionfs-fuse (define-public unionfs-fuse
(package (package
(name "unionfs-fuse") (name "unionfs-fuse")
(version "2.1") (version "2.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -3268,7 +3268,7 @@ (define-public unionfs-fuse
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0bwx70x834qgqh53vqp18bhbxbsny80hz922rbgj8k9wj7cbfilm")))) "1yigh8z1q6iq6yjyq7kl7vpbpjnxjld32apvjaw2bl44pqqg56hh"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("python" ,python))) `(("python" ,python)))