guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: mergerfs-tools: Update to 0.0.0-3.3b6fe00.


From: guix-commits
Subject: 05/05: gnu: mergerfs-tools: Update to 0.0.0-3.3b6fe00.
Date: Thu, 8 Jul 2021 23:16:52 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ef3d60fc7631ae117be1fd7096f0a568adb01c62
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jul 9 03:20:50 2021 +0200

    gnu: mergerfs-tools: Update to 0.0.0-3.3b6fe00.
    
    * gnu/packages/file-systems.scm (mergerfs-tools): Update to 0.0.0-3.3b6fe00.
---
 gnu/packages/file-systems.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

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



reply via email to

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