From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Geerinckx-Rice Subject: [PATCH 1/3] gnu: btrfs-progs: Update to 4.5.1. Date: Sat, 2 Apr 2016 15:29:32 +0200 Message-ID: <1459603774-9455-2-git-send-email-tobias.geerinckx.rice@gmail.com> References: <1459603774-9455-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]:54487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amLcl-0005Jm-Qs for guix-devel@gnu.org; Sat, 02 Apr 2016 09:30:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1amLch-0000hw-DR for guix-devel@gnu.org; Sat, 02 Apr 2016 09:29:59 -0400 Received: from mail-lf0-x242.google.com ([2a00:1450:4010:c07::242]:34414) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amLch-0000hl-5m for guix-devel@gnu.org; Sat, 02 Apr 2016 09:29:55 -0400 Received: by mail-lf0-x242.google.com with SMTP id f127so14719151lff.1 for ; Sat, 02 Apr 2016 06:29:55 -0700 (PDT) In-Reply-To: <1459603774-9455-1-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: guix-devel@gnu.org * gnu/packages/linux.scm (btrfs-progs): Update to 4.5.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 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