gnu: f2fs-tools: Update to 1.10.0.
* gnu/packages/linux.scm (f2fs-tools): Update to 1.10.0.
This commit is contained in:
parent
52d5b73fc4
commit
14b0c49670
|
@ -3367,7 +3367,7 @@ disks and SD cards. This package provides the userland utilities.")
|
||||||
(package
|
(package
|
||||||
(inherit f2fs-tools-1.7)
|
(inherit f2fs-tools-1.7)
|
||||||
(name "f2fs-tools")
|
(name "f2fs-tools")
|
||||||
(version "1.8.0")
|
(version "1.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -3375,7 +3375,7 @@ disks and SD cards. This package provides the userland utilities.")
|
||||||
"/f2fs-tools.git/snapshot/" name "-" version ".tar.gz"))
|
"/f2fs-tools.git/snapshot/" name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bir9ladb58ijlcvrjrq1fb1xv5ys50zdjaq0yzliib0apsyrnyl"))))
|
"05ikaim0qq3dx9x3sp43ralwz43r3b0viv62n99kabp0vf3b0hg8"))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libuuid" ,util-linux)))))
|
`(("libuuid" ,util-linux)))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue