From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/3] gnu: btrfs-progs: Update to 4.5.1. Date: Sat, 2 Apr 2016 20:51:11 -0400 Message-ID: <20160403005111.GD4959@jasmine> References: <1459603774-9455-1-git-send-email-tobias.geerinckx.rice@gmail.com> <1459603774-9455-2-git-send-email-tobias.geerinckx.rice@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59930) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amWG6-0001hx-4G for guix-devel@gnu.org; Sat, 02 Apr 2016 20:51:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1amWG2-0000o7-Uy for guix-devel@gnu.org; Sat, 02 Apr 2016 20:51:18 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:42744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amWG2-0000o3-RB for guix-devel@gnu.org; Sat, 02 Apr 2016 20:51:14 -0400 Content-Disposition: inline In-Reply-To: <1459603774-9455-2-git-send-email-tobias.geerinckx.rice@gmail.com> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Tobias Geerinckx-Rice Cc: guix-devel@gnu.org On Sat, Apr 02, 2016 at 03:29:32PM +0200, Tobias Geerinckx-Rice wrote: > * gnu/packages/linux.scm (btrfs-progs): Update to 4.5.1. Thanks, looks good! > --- > 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 3a4c9f1..917a4d2 100644 > --- a/gnu/packages/linux.scm > +++ b/gnu/packages/linux.scm > @@ -2487,7 +2487,7 @@ and copy/paste text in the console and in xterm.") > (define-public btrfs-progs > (package > (name "btrfs-progs") > - (version "4.4.1") > + (version "4.5.1") > (source (origin > (method url-fetch) > (uri (string-append "mirror://kernel.org/linux/kernel/" > @@ -2495,7 +2495,7 @@ and copy/paste text in the console and in xterm.") > "btrfs-progs-v" version ".tar.xz")) > (sha256 > (base32 > - "1z5882zx9jx02vyg067siws0irsl8pg37myx17hr4imn9ypf6r4r")))) > + "1znf2zhb56zbmdjk3lq107678xwsqwc5gczspypmc5i31qnppy7f")))) > (build-system gnu-build-system) > (arguments > '(#:test-target "test" > -- > 2.7.0 > >