From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Geerinckx-Rice Subject: [PATCH] gnu: btrfs-progs: Update to 4.4.1. Date: Sat, 27 Feb 2016 01:17:04 +0100 Message-ID: <1456532224-4661-1-git-send-email-tobias.geerinckx.rice@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50492) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZSZW-0007S6-Le for guix-devel@gnu.org; Fri, 26 Feb 2016 19:17:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZSZR-0008IH-JQ for guix-devel@gnu.org; Fri, 26 Feb 2016 19:17:22 -0500 Received: from mail-wm0-x22e.google.com ([2a00:1450:400c:c09::22e]:36054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZSZR-0008I0-Cn for guix-devel@gnu.org; Fri, 26 Feb 2016 19:17:17 -0500 Received: by mail-wm0-x22e.google.com with SMTP id g62so93297997wme.1 for ; Fri, 26 Feb 2016 16:17:17 -0800 (PST) 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: guix-devel@gnu.org * gnu/packages/linux.scm (btrfs-progs): Update to 4.4.1. --- 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 6068471..66b2cf0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2472,7 +2472,7 @@ and copy/paste text in the console and in xterm.") (define-public btrfs-progs (package (name "btrfs-progs") - (version "4.4") + (version "4.4.1") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/linux/kernel/" @@ -2480,7 +2480,7 @@ and copy/paste text in the console and in xterm.") "btrfs-progs-v" version ".tar.xz")) (sha256 (base32 - "0jssv1ys4nw2jf7mkp58c19yspaa8ybf48fxsrhhp0683mzpr73p")))) + "1z5882zx9jx02vyg067siws0irsl8pg37myx17hr4imn9ypf6r4r")))) (build-system gnu-build-system) (arguments '(#:test-target "test" -- 2.7.0