guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: bcachefs-tools: Update to 0.1-6.a14d39d.


From: guix-commits
Subject: 04/09: gnu: bcachefs-tools: Update to 0.1-6.a14d39d.
Date: Tue, 4 May 2021 09:41:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3d25bc8ae4738b0420fca86fead8203a6d24710d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue May 4 11:40:55 2021 +0200

    gnu: bcachefs-tools: Update to 0.1-6.a14d39d.
    
    * gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-6.a14d39d.
---
 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 6724ad9..46d9227 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -340,8 +340,8 @@ from a mounted file system.")
     (license license:gpl2+)))
 
 (define-public bcachefs-tools
-  (let ((commit "ce906d661e63d4318b9f26ec145f2ff5fddf5162")
-        (revision "5"))
+  (let ((commit "a14d39d7ac45eebe45ed0772d1ed837f15b15af4")
+        (revision "6"))
     (package
       (name "bcachefs-tools")
       (version (git-version "0.1" revision commit))
@@ -353,7 +353,7 @@ from a mounted file system.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1fkfqrk3q6shjr8jnpf3myd79xdpc8hbs0grwdmzb3dhw65k9isi"))))
+          (base32 "18iyv882r6j4k5hk9323f9gsccx9clm1965vyyn1dw2miszl7w1w"))))
       (build-system gnu-build-system)
       (arguments
        `(#:make-flags



reply via email to

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