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-7.7942d5c.
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-7.7942d5c.
This commit is contained in:
parent
b8760c8ef5
commit
956cc1a819
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 "a14d39d7ac45eebe45ed0772d1ed837f15b15af4")
|
||||
(revision "6"))
|
||||
(let ((commit "7942d5cab4f02bd4db12ee26a792a6012b4d7b07")
|
||||
(revision "7"))
|
||||
(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 "18iyv882r6j4k5hk9323f9gsccx9clm1965vyyn1dw2miszl7w1w"))))
|
||||
(base32 "0k8cnkjm0v9xs7w02sj5151y6h8bj0gxmc3fq8js1wzx6wip9w96"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags
|
||||
|
|
Loading…
Reference in a new issue