gnu: mergerfs: Update to 2.32.4.

* gnu/packages/file-systems.scm (mergerfs): Update to 2.32.4.
This commit is contained in:
Lars-Dominik Braun 2021-03-13 09:29:26 +01:00
parent a61bdc5887
commit ca8fa11754
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

@ -978,7 +978,7 @@ (define-public zfs
(define-public mergerfs
(package
(name "mergerfs")
(version "2.31.0")
(version "2.32.4")
(source
(origin
(method url-fetch)
@ -986,7 +986,7 @@ (define-public mergerfs
version "/mergerfs-" version ".tar.gz"))
(sha256
(base32
"0k4asbg5n9dhy5jpjkw6simqqnr1zira2y4i71cq05091dfwm90p"))))
"0yz7nljx6axcj6hb09sgc0waspgfhp535228rjqvqgyd8y74jc3s"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; No tests exist.