guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: bcachefs-tools: Update to 0.1-7.7942d5c.


From: guix-commits
Subject: branch master updated: gnu: bcachefs-tools: Update to 0.1-7.7942d5c.
Date: Thu, 06 May 2021 20:41:16 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 956cc1a  gnu: bcachefs-tools: Update to 0.1-7.7942d5c.
956cc1a is described below

commit 956cc1a8195fa605a4d00dd72f3438b9aa9ef769
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri May 7 02:40:49 2021 +0200

    gnu: bcachefs-tools: Update to 0.1-7.7942d5c.
    
    * gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-7.7942d5c.
---
 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 c3051b8..c05ca90 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 "a14d39d7ac45eebe45ed0772d1ed837f15b15af4")
-        (revision "6"))
+  (let ((commit "7942d5cab4f02bd4db12ee26a792a6012b4d7b07")
+        (revision "7"))
     (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 "18iyv882r6j4k5hk9323f9gsccx9clm1965vyyn1dw2miszl7w1w"))))
+          (base32 "0k8cnkjm0v9xs7w02sj5151y6h8bj0gxmc3fq8js1wzx6wip9w96"))))
       (build-system gnu-build-system)
       (arguments
        `(#:make-flags



reply via email to

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