gnu: e2fsprogs: Update to 1.43.5.

* gnu/packages/linux.scm (e2fsprogs): Update to 1.43.5.
master
Marius Bakke 2017-08-12 14:07:41 +02:00
parent f1f2da6bce
commit 3ddaa7922b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -680,7 +680,7 @@ slabtop, and skill.")
(define-public e2fsprogs
(package
(name "e2fsprogs")
(version "1.43.4")
(version "1.43.5")
(source (origin
(method url-fetch)
(uri (string-append
@ -689,7 +689,7 @@ slabtop, and skill.")
name "-" version ".tar.xz"))
(sha256
(base32
"092absr4vrlqrkdf9nwh4ykj40ab6hhwrkdr6sjsccd54c8z5csl"))))
"05ssjpmy0fpv2ik6ibm1f47wr6794nf0q50r581vygrqvsd3s7r6"))))
(build-system gnu-build-system)
(inputs `(("util-linux" ,util-linux)))
(native-inputs `(("pkg-config" ,pkg-config)