mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: f2fs-tools: Update to 1.11.0.
* gnu/packages/linux.scm (f2fs-tools): Update to 1.11.0.
This commit is contained in:
parent
64461ba20a
commit
8754ea483d
1 changed files with 2 additions and 2 deletions
|
@ -3402,7 +3402,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.10.0")
|
(version "1.11.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -3410,7 +3410,7 @@ (define-public f2fs-tools
|
||||||
"/f2fs-tools.git/snapshot/" name "-" version ".tar.gz"))
|
"/f2fs-tools.git/snapshot/" name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05ikaim0qq3dx9x3sp43ralwz43r3b0viv62n99kabp0vf3b0hg8"))))
|
"1qvr3hcic1vzfmyl7c0gnjxfsw8zjaadm66y337h49chv9yaq5mr"))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libuuid" ,util-linux)))))
|
`(("libuuid" ,util-linux)))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue