diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-15 02:42:51 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-15 09:57:16 +0200 |
commit | 14b0c49670241c0703c120eebc8a7252ce55cad4 (patch) | |
tree | 3b0699d6efad8bb9d0bd3ff79334d68d35182d72 /gnu | |
parent | 52d5b73fc40184bbb4e2a188fa61e6fcdaad5a97 (diff) | |
download | patches-14b0c49670241c0703c120eebc8a7252ce55cad4.tar patches-14b0c49670241c0703c120eebc8a7252ce55cad4.tar.gz |
gnu: f2fs-tools: Update to 1.10.0.
* gnu/packages/linux.scm (f2fs-tools): Update to 1.10.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 377d46d502..8be3634b0e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3367,7 +3367,7 @@ disks and SD cards. This package provides the userland utilities.") (package (inherit f2fs-tools-1.7) (name "f2fs-tools") - (version "1.8.0") + (version "1.10.0") (source (origin (method url-fetch) (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")) (sha256 (base32 - "1bir9ladb58ijlcvrjrq1fb1xv5ys50zdjaq0yzliib0apsyrnyl")))) + "05ikaim0qq3dx9x3sp43ralwz43r3b0viv62n99kabp0vf3b0hg8")))) (inputs `(("libuuid" ,util-linux))))) |