gnu: btrfs-progs: Update to 4.4.1.

* gnu/packages/linux.scm (btrfs-progs): Update to 4.4.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Tobias Geerinckx-Rice 2016-02-27 01:17:04 +01:00 committed by Efraim Flashner
parent a003b5b650
commit 9c7f7e2da9
1 changed files with 2 additions and 2 deletions

View File

@ -2472,7 +2472,7 @@ and copy/paste text in the console and in xterm.")
(define-public btrfs-progs (define-public btrfs-progs
(package (package
(name "btrfs-progs") (name "btrfs-progs")
(version "4.4") (version "4.4.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kernel.org/linux/kernel/" (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")) "btrfs-progs-v" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0jssv1ys4nw2jf7mkp58c19yspaa8ybf48fxsrhhp0683mzpr73p")))) "1z5882zx9jx02vyg067siws0irsl8pg37myx17hr4imn9ypf6r4r"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:test-target "test" '(#:test-target "test"