guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: bcachefs-tools: Update to 0.1-16.46a6b92.


From: guix-commits
Subject: 03/03: gnu: bcachefs-tools: Update to 0.1-16.46a6b92.
Date: Sat, 18 Feb 2023 12:29:19 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b795976778fa9e9a4e5b34161b526236057625eb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 6 01:00:00 2022 +0100

    gnu: bcachefs-tools: Update to 0.1-16.46a6b92.
    
    * gnu/packages/file-systems.scm (bcachefs-tools):
    Update to 0.1-16.46a6b92.
---
 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 471f943754..bbf308186c 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -461,8 +461,8 @@ from a mounted file system.")
     (license license:gpl2+)))
 
 (define-public bcachefs-tools
-  (let ((commit "494421ee6e85514f90bb316d77e1dd4f7dad3420")
-        (revision "15"))
+  (let ((commit "46a6b9210c927ab46fd1227cb6f641be0b4a7505")
+        (revision "16"))
     (package
       (name "bcachefs-tools")
       (version (git-version "0.1" revision commit))
@@ -474,7 +474,7 @@ from a mounted file system.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1sdh9rl8ydnb28646773lsxpdy5jysvjbxs2nwr3hsv4qyv93vc4"))))
+          (base32 "0jblpwz8mxrx0pa2gc5bwj60qjj2c0zmd8r06f2bhgzs75avpkj3"))))
       (build-system gnu-build-system)
       (arguments
        (list #:make-flags



reply via email to

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