mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: bcachefs-tools: Update to 0.1-13.b19d9f9.
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-13.b19d9f9.
This commit is contained in:
parent
3657015d89
commit
83197fdf05
1 changed files with 3 additions and 3 deletions
|
@ -404,8 +404,8 @@ (define-public gphotofs
|
|||
(license license:gpl2+)))
|
||||
|
||||
(define-public bcachefs-tools
|
||||
(let ((commit "f9f57789de567726f7cfa46bd13df4b0815d137a")
|
||||
(revision "12"))
|
||||
(let ((commit "b19d9f92e12c2e78d6e306e6cb7f8a7d9a7875f3")
|
||||
(revision "13"))
|
||||
(package
|
||||
(name "bcachefs-tools")
|
||||
(version (git-version "0.1" revision commit))
|
||||
|
@ -417,7 +417,7 @@ (define-public bcachefs-tools
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "13442qpmv7hywkpbnbwlg2sfhlfh16qxry1xwlv35vch2qnzlhrq"))))
|
||||
(base32 "1ixb1fk58yjk8alpcf9a7h0fnkvpbsjxd766iz9h7qa6r1r77a6c"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags
|
||||
|
|
Loading…
Reference in a new issue