From 0fc4a8afbad8783d4d0eb5ef50d57eb884afc8e1 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Thu, 19 May 2016 21:04:22 -0400 Subject: gnu: btrfs-progs: Update to 4.5.3. * gnu/packages/linux.scm (btrfs-progs): Update to 4.5.3. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index ba8dce09e7..08936f60d3 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2551,7 +2551,7 @@ and copy/paste text in the console and in xterm.") (define-public btrfs-progs (package (name "btrfs-progs") - (version "4.5.1") + (version "4.5.3") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/linux/kernel/" @@ -2559,7 +2559,7 @@ and copy/paste text in the console and in xterm.") "btrfs-progs-v" version ".tar.xz")) (sha256 (base32 - "1znf2zhb56zbmdjk3lq107678xwsqwc5gczspypmc5i31qnppy7f")))) + "1lzbw275xgv69v4z8hmsf3jnip38116hxhkpv0madk8wv049drz6")))) (build-system gnu-build-system) (arguments '(#:test-target "test" -- cgit v1.2.3