summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-05 13:14:25 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-05 17:01:53 +0100
commit59ac0a2a59092f7ca1df63434741d38ba90a7ae1 (patch)
treea721e79c49daa9122fea0933fab5b11c159935a2 /gnu/packages/linux.scm
parent2d588f3c032b821830a323ad8436006c6a9f5db9 (diff)
downloadguix-patches-59ac0a2a59092f7ca1df63434741d38ba90a7ae1.tar
guix-patches-59ac0a2a59092f7ca1df63434741d38ba90a7ae1.tar.gz
gnu: f2fs-tools: Update to 1.12.0.
* gnu/packages/linux.scm (f2fs-tools): Update to 1.12.0.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 8c83acf21e..e02f2c7edd 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3433,7 +3433,7 @@ disks and SD cards. This package provides the userland utilities.")
(package
(inherit f2fs-tools-1.7)
(name "f2fs-tools")
- (version "1.11.0")
+ (version "1.12.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3441,7 +3441,7 @@ disks and SD cards. This package provides the userland utilities.")
"/f2fs-tools.git/snapshot/f2fs-tools-" version ".tar.gz"))
(sha256
(base32
- "1qvr3hcic1vzfmyl7c0gnjxfsw8zjaadm66y337h49chv9yaq5mr"))))
+ "15pn2fm9knn7p1vzfzy6msnrdl14p6y1gn4m2ka6ba5bzx6lw4p2"))))
(inputs
`(("libuuid" ,util-linux)))))