mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: unionfs-fuse: Update to 2.2.
* gnu/packages/linux.scm (unionfs-fuse): Update to 2.2.
This commit is contained in:
parent
792a688103
commit
f856271517
1 changed files with 2 additions and 2 deletions
|
@ -3259,7 +3259,7 @@ (define-public fuse
|
|||
(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 @@ (define-public unionfs-fuse
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0bwx70x834qgqh53vqp18bhbxbsny80hz922rbgj8k9wj7cbfilm"))))
|
||||
"1yigh8z1q6iq6yjyq7kl7vpbpjnxjld32apvjaw2bl44pqqg56hh"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("python" ,python)))
|
||||
|
|
Loading…
Reference in a new issue