diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-11-10 19:26:09 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-11-10 19:29:17 +0200 |
commit | 8754ea483dbdac7eef8e885d6bd8c28b4a8a5373 (patch) | |
tree | e7a02feb4035ac922c49f898b615702499594768 | |
parent | 64461ba20a07a0cf3197de3e97cb44e0f66cebdc (diff) | |
download | patches-8754ea483dbdac7eef8e885d6bd8c28b4a8a5373.tar patches-8754ea483dbdac7eef8e885d6bd8c28b4a8a5373.tar.gz |
gnu: f2fs-tools: Update to 1.11.0.
* gnu/packages/linux.scm (f2fs-tools): Update to 1.11.0.
-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 d4ea542514..02d30bacf4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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))))) |