guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: bcachefs-tools: Update to 0.1-13.b19d9f9.


From: guix-commits
Subject: 03/05: gnu: bcachefs-tools: Update to 0.1-13.b19d9f9.
Date: Sun, 19 Dec 2021 20:06:13 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 83197fdf0554deae2110e10263a25366e33113cd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Dec 20 02:04:08 2021 +0100

    gnu: bcachefs-tools: Update to 0.1-13.b19d9f9.
    
    * gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-13.b19d9f9.
---
 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 ef7242d..20599d3 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -404,8 +404,8 @@ from a mounted file system.")
     (license license:gpl2+)))
 
 (define-public bcachefs-tools
-  (let ((commit "f9f57789de567726f7cfa46bd13df4b0815d137a")
-        (revision "12"))
+  (let ((commit "b19d9f92e12c2e78d6e306e6cb7f8a7d9a7875f3")
+        (revision "13"))
     (package
       (name "bcachefs-tools")
       (version (git-version "0.1" revision commit))
@@ -417,7 +417,7 @@ from a mounted file system.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "13442qpmv7hywkpbnbwlg2sfhlfh16qxry1xwlv35vch2qnzlhrq"))))
+          (base32 "1ixb1fk58yjk8alpcf9a7h0fnkvpbsjxd766iz9h7qa6r1r77a6c"))))
       (build-system gnu-build-system)
       (arguments
        `(#:make-flags



reply via email to

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