me
/
guix
Archived
1
0
Fork 0

gnu: f2fs-tools: Update to 1.11.0.

* gnu/packages/linux.scm (f2fs-tools): Update to 1.11.0.
master
Efraim Flashner 2018-11-10 19:26:09 +02:00
parent 64461ba20a
commit 8754ea483d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -3402,7 +3402,7 @@ disks and SD cards. This package provides the userland utilities.")
(package
(inherit f2fs-tools-1.7)
(name "f2fs-tools")
(version "1.10.0")
(version "1.11.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -3410,7 +3410,7 @@ disks and SD cards. This package provides the userland utilities.")
"/f2fs-tools.git/snapshot/" name "-" version ".tar.gz"))
(sha256
(base32
"05ikaim0qq3dx9x3sp43ralwz43r3b0viv62n99kabp0vf3b0hg8"))))
"1qvr3hcic1vzfmyl7c0gnjxfsw8zjaadm66y337h49chv9yaq5mr"))))
(inputs
`(("libuuid" ,util-linux)))))