gnu: btrfs-progs: Update to 4.5.3.

* gnu/packages/linux.scm (btrfs-progs): Update to 4.5.3.
This commit is contained in:
Leo Famulari 2016-05-19 21:04:22 -04:00
parent 0e40755d35
commit 0fc4a8afba
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -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"