mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: bcachefs-tools: Update to 0.1-8.fe1bb39.
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-8.fe1bb39.
This commit is contained in:
parent
e12be802e0
commit
d1744d2fbb
1 changed files with 3 additions and 3 deletions
|
@ -345,8 +345,8 @@ (define-public gphotofs
|
|||
(license license:gpl2+)))
|
||||
|
||||
(define-public bcachefs-tools
|
||||
(let ((commit "7942d5cab4f02bd4db12ee26a792a6012b4d7b07")
|
||||
(revision "7"))
|
||||
(let ((commit "fe1bb39aa52d9140981ba1e96f3c95ddf14006ce")
|
||||
(revision "8"))
|
||||
(package
|
||||
(name "bcachefs-tools")
|
||||
(version (git-version "0.1" revision commit))
|
||||
|
@ -358,7 +358,7 @@ (define-public bcachefs-tools
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0k8cnkjm0v9xs7w02sj5151y6h8bj0gxmc3fq8js1wzx6wip9w96"))))
|
||||
(base32 "1ks6w2v76pfpp70cv1d6znxaw1g5alz1v6hf8z9gvj15r94vgpwz"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags
|
||||
|
|
Loading…
Reference in a new issue