summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasile Dumitrascu <[email protected]>2018-12-30 20:05:17 +0100
committerLudovic Courtès <[email protected]>2019-01-09 18:47:57 +0100
commitb2a5ef2e949986f98a2de28307bb44c7dd85adfc (patch)
treea993be9faf0282dd24cabe4e221d4b8fcc5b888b
parent4287bd19c7706bc5f065192b4b9b7fee01d640d9 (diff)
gnu: e2fsprogs: Update to 1.44.5.
* gnu/packages/linux.scm (e2fsprogs): Update to 1.44.5. Signed-off-by: Ludovic Courtès <[email protected]>
-rw-r--r--gnu/packages/linux.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 4fb85f2f3c..ead45f7d42 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -31,6 +31,7 @@
;;; Copyright © 2018 Brendan Tildesley <[email protected]>
;;; Copyright © 2018 Manuel Graf <[email protected]>
;;; Copyright © 2018 Pierre Langlois <[email protected]>
+;;; Copyright © 2018 Vasile Dumitrascu <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -790,7 +791,7 @@ slabtop, and skill.")
(define-public e2fsprogs
(package
(name "e2fsprogs")
- (version "1.44.3")
+ (version "1.44.5")
(source (origin
(method url-fetch)
(uri (string-append
@@ -799,7 +800,7 @@ slabtop, and skill.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1djb9qnid1j0vvna2bhq4jsz2ig1xckbx7h4d86cr0gl61yrz2ax"))))
+ "1ff56h6h1h17sj2zvlddv5c88nmbx46p1fcbh6b0s5k9kl3b6pms"))))
(build-system gnu-build-system)
(inputs `(("util-linux" ,util-linux)))
(native-inputs `(("pkg-config" ,pkg-config)