nckx pushed a commit to branch master
in repository guix.
commit f856271517b43493e6ac367b75645ac24d6b1832
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Oct 3 17:40:35 2021 +0200
gnu: unionfs-fuse: Update to 2.2.
* gnu/packages/linux.scm (unionfs-fuse): Update to 2.2.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 4409815..2da5087 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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)))