summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-30 23:21:22 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-12-01 00:49:13 +0100
commitd2119ddffb8ac4a7bdff50fb950a8170cc6ea1f2 (patch)
tree6cea63be89fe2c99d7915446ae2d6bd0c60d136e /gnu
parent111f7c017595ac5cf2328a12bad6e8885713fd64 (diff)
downloadpatches-d2119ddffb8ac4a7bdff50fb950a8170cc6ea1f2.tar
patches-d2119ddffb8ac4a7bdff50fb950a8170cc6ea1f2.tar.gz
gnu: f2fs-tools: Update to 1.13.0.
* gnu/packages/linux.scm (f2fs-tools): Update to 1.13.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 17aa61a4bb..a895fa7e7c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4094,7 +4094,7 @@ disks and SD cards. This package provides the userland utilities.")
(package
(inherit f2fs-tools-1.7)
(name "f2fs-tools")
- (version "1.12.0")
+ (version "1.13.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4102,7 +4102,7 @@ disks and SD cards. This package provides the userland utilities.")
"/f2fs-tools.git/snapshot/f2fs-tools-" version ".tar.gz"))
(sha256
(base32
- "15pn2fm9knn7p1vzfzy6msnrdl14p6y1gn4m2ka6ba5bzx6lw4p2"))))
+ "0z9c0y3qq75iyqknl5k0v7v46l8c3pcifpqb0yqalrs24blkm7dk"))))
(inputs
`(("libuuid" ,util-linux)))))