[bug#33927] gnu: e2fsprogs: Update to 1.44.5.

Message ID 20181230190517.21544-1-va511e@yahoo.com
State Accepted
Commit b2a5ef2e949986f98a2de28307bb44c7dd85adfc
Headers show
Series [bug#33927] gnu: e2fsprogs: Update to 1.44.5. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Vasile Dumitrascu Dec. 30, 2018, 7:05 p.m. UTC
* gnu/packages/linux.scm (e2fsprogs): Update to 1.44.5.
---
 gnu/packages/linux.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

Ludovic Courtès Jan. 9, 2019, 4:07 p.m. UTC | #1
Vasile Dumitrascu <va511e@yahoo.com> skribis:

> * gnu/packages/linux.scm (e2fsprogs): Update to 1.44.5.

Applied, thanks!

Patch

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index bcaeef96e..bf60fbe9a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -31,6 +31,7 @@ 
 ;;; Copyright © 2018 Brendan Tildesley <brendan.tildesley@openmailbox.org>
 ;;; Copyright © 2018 Manuel Graf <graf@init.at>
 ;;; Copyright © 2018 Pierre Langlois <pierre.langlois@gmx.com>
+;;; Copyright © 2018 Vasile Dumitrascu <va511e@yahoo.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -757,7 +758,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
@@ -766,7 +767,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)