mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: bcachefs-tools: Update to 0.1-6.a14d39d.
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-6.a14d39d.
This commit is contained in:
parent
71f15ca871
commit
3d25bc8ae4
1 changed files with 3 additions and 3 deletions
|
@ -340,8 +340,8 @@ (define-public gphotofs
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public bcachefs-tools
|
(define-public bcachefs-tools
|
||||||
(let ((commit "ce906d661e63d4318b9f26ec145f2ff5fddf5162")
|
(let ((commit "a14d39d7ac45eebe45ed0772d1ed837f15b15af4")
|
||||||
(revision "5"))
|
(revision "6"))
|
||||||
(package
|
(package
|
||||||
(name "bcachefs-tools")
|
(name "bcachefs-tools")
|
||||||
(version (git-version "0.1" revision commit))
|
(version (git-version "0.1" revision commit))
|
||||||
|
@ -353,7 +353,7 @@ (define-public bcachefs-tools
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1fkfqrk3q6shjr8jnpf3myd79xdpc8hbs0grwdmzb3dhw65k9isi"))))
|
(base32 "18iyv882r6j4k5hk9323f9gsccx9clm1965vyyn1dw2miszl7w1w"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Loading…
Reference in a new issue