diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2020-10-03 12:17:26 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-10-05 10:42:00 +0200 |
commit | bd994bbb2003f3af936836bbf148660a81a3037b (patch) | |
tree | 41df5d9aa034921dd095592710912a336288fdd5 /gnu | |
parent | f13849a54f5ad4b0f7dbdf11f48eb60109c78cf6 (diff) | |
download | guix-bd994bbb2003f3af936836bbf148660a81a3037b.tar.gz |
gnu: mergerfs-tools: Update to 480296e.
* gnu/packages/file-systems.scm (mergerfs-tools): Update to 480296e. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/file-systems.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index f021e81612..c6486c67ef 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -814,8 +814,8 @@ is similar to mhddfs, unionfs, and aufs.") )))) (define-public mergerfs-tools - (let ((commit "c926779d87458d103f3b674603bf97801ae2486d") - (revision "1")) + (let ((commit "480296ed03d1c3c7909697d7ef96d35840ee26b8") + (revision "2")) (package (name "mergerfs-tools") ;; No released version exists. @@ -829,7 +829,7 @@ is similar to mhddfs, unionfs, and aufs.") (file-name (git-file-name name version)) (sha256 (base32 - "04hhwcib0xv4cf1mkj8zrp2aqpxkncml9iqg4m1mz6a5zhzsk0vm")))) + "0xr06gi4xcr832rzy0hkp5c1n231s7w5iq1nkjvx9kvm0dl7chpq")))) (build-system copy-build-system) (inputs `(("python" ,python) |