mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: bcachefs-tools: Update to 0.1-5.ce906d6.
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-5.ce906d6.
This commit is contained in:
parent
a30bd7e88a
commit
fdd63e65d8
1 changed files with 3 additions and 3 deletions
|
@ -340,8 +340,8 @@ (define-public gphotofs
|
|||
(license license:gpl2+)))
|
||||
|
||||
(define-public bcachefs-tools
|
||||
(let ((commit "bb6eccc2ecd4728871bfc70462d3a4a20daa9d68")
|
||||
(revision "4"))
|
||||
(let ((commit "ce906d661e63d4318b9f26ec145f2ff5fddf5162")
|
||||
(revision "5"))
|
||||
(package
|
||||
(name "bcachefs-tools")
|
||||
(version (git-version "0.1" revision commit))
|
||||
|
@ -353,7 +353,7 @@ (define-public bcachefs-tools
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0ziqmcxbrak6bjck6s46hqrqx44zc97yaj0kbk3amsxf18rsfs0n"))))
|
||||
(base32 "1fkfqrk3q6shjr8jnpf3myd79xdpc8hbs0grwdmzb3dhw65k9isi"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags
|
||||
|
|
Loading…
Reference in a new issue