me
/
guix
Archived
1
0
Fork 0

gnu: unionfs-fuse: Update to 2.2.

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

View File

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