guix-devel
[Top][All Lists]
Advanced

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

Re: e2fsprogs update


From: ng0
Subject: Re: e2fsprogs update
Date: Mon, 19 Sep 2016 07:40:03 +0000

Leo Famulari <address@hidden> writes:

> On Sun, Sep 18, 2016 at 11:07:34PM +0000, ng0 wrote:
>> Hi,
>> 
> Can you share the work-in-progress patch that causes the problem for
> you?

>From eb2b11a1bc053335bbb7f9142171c53e813c8896 Mon Sep 17 00:00:00 2001
From: ng0 <address@hidden>
Date: Mon, 19 Sep 2016 07:38:11 +0000
Subject: [PATCH] gnu: e2fsprogs: Update to 1.43.

* gnu/packages/linux.scm (e2fsprogs): Update to 1.43.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3e42377..e110e28 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -578,7 +578,7 @@ slabtop, and skill.")
 (define-public e2fsprogs
   (package
     (name "e2fsprogs")
-    (version "1.42.13")
+    (version "1.43")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -587,7 +587,7 @@ slabtop, and skill.")
                    name "-" version ".tar.xz"))
              (sha256
               (base32
-               "1ix0b83zgw5n0p2grh2961c6796m92yr2jqc2sbr23x3lfsp8r71"))
+               "0f6dad9js084q3i94lpnjsfmqhlc4p5fzgi9aasrw5if530fw9yh"))
              (modules '((guix build utils)))
              (snippet
               '(substitute* "MCONFIG.in"
-- 
2.10.0

-- 
              ng0

reply via email to

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