gnu: f2fs-tools: Update to 1.12.0.

* gnu/packages/linux.scm (f2fs-tools): Update to 1.12.0.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-05 13:14:25 +01:00
parent 2d588f3c03
commit 59ac0a2a59
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -3433,7 +3433,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.11.0") (version "1.12.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -3441,7 +3441,7 @@ disks and SD cards. This package provides the userland utilities.")
"/f2fs-tools.git/snapshot/f2fs-tools-" version ".tar.gz")) "/f2fs-tools.git/snapshot/f2fs-tools-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1qvr3hcic1vzfmyl7c0gnjxfsw8zjaadm66y337h49chv9yaq5mr")))) "15pn2fm9knn7p1vzfzy6msnrdl14p6y1gn4m2ka6ba5bzx6lw4p2"))))
(inputs (inputs
`(("libuuid" ,util-linux))))) `(("libuuid" ,util-linux)))))