guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/08: gnu: mergerfs-tools: Update to 480296e.


From: guix-commits
Subject: 06/08: gnu: mergerfs-tools: Update to 480296e.
Date: Mon, 5 Oct 2020 04:43:06 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit bd994bbb2003f3af936836bbf148660a81a3037b
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sat Oct 3 12:17:26 2020 +0200

    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>
---
 gnu/packages/file-systems.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index f021e81..c6486c6 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]