summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-29 22:48:27 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-29 23:15:53 +0100
commit9af59b0dce5a5ff8131140e2c44069f9135ba76a (patch)
tree13867d05c92b440fe7d45581e7b2f1f80de947c7 /gnu
parent8daad379bf8c835a62b46d93128fec975e1edc89 (diff)
downloadguix-patches-9af59b0dce5a5ff8131140e2c44069f9135ba76a.tar
guix-patches-9af59b0dce5a5ff8131140e2c44069f9135ba76a.tar.gz
gnu: unionfs-fuse: Update to 2.1.
* gnu/packages/linux.scm (unionfs-fuse): Update to 2.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9da4776d3d..235cd7ddd7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2825,7 +2825,7 @@ user-space processes.")
(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 @@ user-space processes.")
(file-name (git-file-name name version))
(sha256
(base32
- "0lb8zgdxnjy2fjr2284hvdfn7inc1in44ynzgcr66x54bxzvynj6"))))
+ "0bwx70x834qgqh53vqp18bhbxbsny80hz922rbgj8k9wj7cbfilm"))))
(build-system cmake-build-system)
(native-inputs
`(("python" ,python)))