From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: e2fsprogs update Date: Mon, 19 Sep 2016 07:40:03 +0000 Message-ID: <87wpi88hik.fsf@we.make.ritual.n0.is> References: <87r38gn6x5.fsf@we.make.ritual.n0.is> <20160919015353.GA10980@jasmine> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bltBX-0003al-CG for guix-devel@gnu.org; Mon, 19 Sep 2016 03:40:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bltBU-0006h8-At for guix-devel@gnu.org; Mon, 19 Sep 2016 03:40:15 -0400 Received: from aibo.runbox.com ([91.220.196.211]:45594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bltBU-0006h3-48 for guix-devel@gnu.org; Mon, 19 Sep 2016 03:40:12 -0400 In-Reply-To: <20160919015353.GA10980@jasmine> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Leo Famulari Cc: guix-devel@gnu.org --=-=-= Content-Type: text/plain Leo Famulari 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? --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-e2fsprogs-Update-to-1.43.patch >From eb2b11a1bc053335bbb7f9142171c53e813c8896 Mon Sep 17 00:00:00 2001 From: ng0 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 --=-=-= Content-Type: text/plain -- ng0 --=-=-=--