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-10.d214908.


From: guix-commits
Subject: branch master updated: gnu: bcachefs-tools: Update to 0.1-10.d214908.
Date: Sun, 26 Sep 2021 21:43:44 -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 c8bd0da  gnu: bcachefs-tools: Update to 0.1-10.d214908.
c8bd0da is described below

commit c8bd0da5e901e345b1c5467fd2713724778758d6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Sep 27 03:42:04 2021 +0200

    gnu: bcachefs-tools: Update to 0.1-10.d214908.
    
    * gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-10.d214908.
---
 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 63a3d4b..82b5444 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -415,8 +415,8 @@ from a mounted file system.")
     (license license:gpl2+)))
 
 (define-public bcachefs-tools
-  (let ((commit "6c42566c6204bb5dcd6af3b97257e548b9d2db67")
-        (revision "9"))
+  (let ((commit "d214908864b3d245a265f029a29a1eb731834e3c")
+        (revision "10"))
     (package
       (name "bcachefs-tools")
       (version (git-version "0.1" revision commit))
@@ -428,7 +428,7 @@ from a mounted file system.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0xagz0k3li10ydma55mnld0nb2pyfx90vsdvgjflgnx6jw3cq4dq"))))
+          (base32 "0w0678lp4crwxdsxih7j653sj8yp6dinmw68kmdbagdspgcv00g9"))))
       (build-system gnu-build-system)
       (arguments
        `(#:make-flags



reply via email to

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