mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: f2fs-tools: Update to 1.14.0.
* gnu/packages/linux.scm (f2fs-tools): Update to 1.14.0. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
b2b77d8658
commit
ac45640abd
1 changed files with 2 additions and 2 deletions
|
@ -5097,7 +5097,7 @@ (define-public f2fs-tools
|
||||||
(package
|
(package
|
||||||
(inherit f2fs-tools-1.7)
|
(inherit f2fs-tools-1.7)
|
||||||
(name "f2fs-tools")
|
(name "f2fs-tools")
|
||||||
(version "1.13.0")
|
(version "1.14.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -5105,7 +5105,7 @@ (define-public f2fs-tools
|
||||||
"/f2fs-tools.git/snapshot/f2fs-tools-" version ".tar.gz"))
|
"/f2fs-tools.git/snapshot/f2fs-tools-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0z9c0y3qq75iyqknl5k0v7v46l8c3pcifpqb0yqalrs24blkm7dk"))))
|
"1lab1446c78xsjwhpki7s85z4171m8p9279c8yhm4882wba674k1"))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libuuid" ,util-linux "lib")))))
|
`(("libuuid" ,util-linux "lib")))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue