diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-06-04 16:16:31 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-06-05 00:37:39 +0200 |
commit | 261e9db2cd9669f74ee47f75907725c7d3d01d1b (patch) | |
tree | 3d71f4cb025e533c0a52d63e1244d67dd7336bcd /gnu | |
parent | d46fc636e6797a1601cc7a7a8eaf72759c495c89 (diff) | |
download | patches-261e9db2cd9669f74ee47f75907725c7d3d01d1b.tar patches-261e9db2cd9669f74ee47f75907725c7d3d01d1b.tar.gz |
gnu: e2fsprogs: Update to 1.45.2.
* gnu/packages/linux.scm (e2fsprogs): Update to 1.45.2.
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 ef45465288..fc6df4d9cf 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -957,7 +957,7 @@ slabtop, and skill.") (define-public e2fsprogs (package (name "e2fsprogs") - (version "1.44.5") + (version "1.45.2") (source (origin (method url-fetch) (uri (string-append @@ -966,7 +966,7 @@ slabtop, and skill.") name "-" version ".tar.xz")) (sha256 (base32 - "1ff56h6h1h17sj2zvlddv5c88nmbx46p1fcbh6b0s5k9kl3b6pms")))) + "02g0cm72sgz709s9pkg4mvj56m7bgs7rwnyc2cp7cvg3j6pcjlj9")))) (build-system gnu-build-system) (inputs `(("util-linux" ,util-linux))) (native-inputs `(("pkg-config" ,pkg-config) |