Commit Message
Leo Famulari <leo@famulari.name> 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 <ng0@we.make.ritual.n0.is>
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(-)
@@ -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