me
/
guix
Archived
1
0
Fork 0

gnu: unionfs-fuse: Update to 2.1.

* gnu/packages/linux.scm (unionfs-fuse): Update to 2.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

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