guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/16: gnu: e2fsprogs: Update to 1.42.11.


From: Ludovic Courtès
Subject: 06/16: gnu: e2fsprogs: Update to 1.42.11.
Date: Fri, 23 Jan 2015 15:38:59 +0000

civodul pushed a commit to branch master
in repository guix.

commit 61bce2f9cb1abc0221a843c4f77384d1532ffa55
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jan 23 10:55:32 2015 +0100

    gnu: e2fsprogs: Update to 1.42.11.
    
    * gnu/packages/linux.scm (e2fsprogs): Update to 1.42.11.
---
 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 d4405ac..2c74ff8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -507,14 +507,14 @@ slabtop, and skill.")
 (define-public e2fsprogs
   (package
     (name "e2fsprogs")
-    (version "1.42.7")
+    (version "1.42.11")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://sourceforge/e2fsprogs/e2fsprogs-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0ibkkvp6kan0hn0d1anq4n2md70j5gcm7mwna515w82xwyr02rfw"))
+               "0xhbj7494g3y2w2miyrzdz6nciaffxajrs6wqm73yp4jnrqagn2b"))
              (modules '((guix build utils)))
              (snippet
               '(substitute* "MCONFIG.in"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]