mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -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+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public bcachefs-tools
|
(define-public bcachefs-tools
|
||||||
(let ((commit "f9f57789de567726f7cfa46bd13df4b0815d137a")
|
(let ((commit "b19d9f92e12c2e78d6e306e6cb7f8a7d9a7875f3")
|
||||||
(revision "12"))
|
(revision "13"))
|
||||||
(package
|
(package
|
||||||
(name "bcachefs-tools")
|
(name "bcachefs-tools")
|
||||||
(version (git-version "0.1" revision commit))
|
(version (git-version "0.1" revision commit))
|
||||||
|
@ -417,7 +417,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 "13442qpmv7hywkpbnbwlg2sfhlfh16qxry1xwlv35vch2qnzlhrq"))))
|
(base32 "1ixb1fk58yjk8alpcf9a7h0fnkvpbsjxd766iz9h7qa6r1r77a6c"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Loading…
Reference in a new issue