diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-07-09 03:20:50 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-07-09 04:30:45 +0200 |
commit | ef3d60fc7631ae117be1fd7096f0a568adb01c62 (patch) | |
tree | 096550088c563cd7178df4401adb9b18f6cbf9c9 | |
parent | 7292585f3c51112a4877f86007f43e24b12d412b (diff) | |
download | guix-ef3d60fc7631ae117be1fd7096f0a568adb01c62.tar.gz |
gnu: mergerfs-tools: Update to 0.0.0-3.3b6fe00.
* gnu/packages/file-systems.scm (mergerfs-tools): Update to 0.0.0-3.3b6fe00.
-rw-r--r-- | gnu/packages/file-systems.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 9b8f60ce61..b6d0bcbc55 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -1427,12 +1427,12 @@ is similar to mhddfs, unionfs, and aufs.") )))) (define-public mergerfs-tools - (let ((commit "480296ed03d1c3c7909697d7ef96d35840ee26b8") - (revision "2")) + (let ((commit "3b6fe008517aeda715c306eaf4914f6f537da88d") + (revision "3")) (package (name "mergerfs-tools") ;; No released version exists. - (version (git-version "0.0" revision commit)) + (version (git-version "0.0.0" revision commit)) (source (origin (method git-fetch) @@ -1441,8 +1441,7 @@ is similar to mhddfs, unionfs, and aufs.") (commit commit))) (file-name (git-file-name name version)) (sha256 - (base32 - "0xr06gi4xcr832rzy0hkp5c1n231s7w5iq1nkjvx9kvm0dl7chpq")))) + (base32 "15pgym6c4viy57ccgp28dnqwh12f3gr02axg86y578aqa2yaa0ad")))) (build-system copy-build-system) (inputs `(("python" ,python) |