me
/
guix
Archived
1
0
Fork 0

gnu: mergerfs: Update to 2.32.6.

* gnu/packages/file-systems.scm (mergerfs): Update to 2.32.6.
master
Tobias Geerinckx-Rice 2021-07-09 02:47:14 +02:00
parent e499500730
commit 73a2edf25b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 5 deletions

View File

@ -1377,15 +1377,15 @@ On Guix System, you will need to invoke the included shell scripts as
(define-public mergerfs
(package
(name "mergerfs")
(version "2.32.4")
(version "2.32.6")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/trapexit/mergerfs/releases/download/"
version "/mergerfs-" version ".tar.gz"))
(uri (string-append "https://github.com/trapexit/mergerfs/"
"releases/download/" version "/"
"mergerfs-" version ".tar.gz"))
(sha256
(base32
"0yz7nljx6axcj6hb09sgc0waspgfhp535228rjqvqgyd8y74jc3s"))))
(base32 "08gwi094ll0b7nf2i44fyjxiyvr45rp766npbdyw0yzyigas8a2f"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; No tests exist.