summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2016-05-19 21:04:22 -0400
committerLeo Famulari <leo@famulari.name>2016-05-19 21:04:22 -0400
commit0fc4a8afbad8783d4d0eb5ef50d57eb884afc8e1 (patch)
tree0a27943e8d93e667642f6a8205598b4a55d0ff82 /gnu
parent0e40755d35fc0ec1e598796af2ba3e72cbd59af5 (diff)
downloadguix-patches-0fc4a8afbad8783d4d0eb5ef50d57eb884afc8e1.tar
guix-patches-0fc4a8afbad8783d4d0eb5ef50d57eb884afc8e1.tar.gz
gnu: btrfs-progs: Update to 4.5.3.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.5.3.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
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"