aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-02-27 01:17:04 +0100
committerEfraim Flashner <efraim@flashner.co.il>2016-02-27 22:39:51 +0200
commit9c7f7e2da9d4d471ae20fc19c5dab504a276d3e8 (patch)
tree41bd0fbcc61e5c332cd618b163823d1440afa793 /gnu/packages
parenta003b5b6509a9530cdf07c3f977e8dff23d94d6b (diff)
downloadguix-9c7f7e2da9d4d471ae20fc19c5dab504a276d3e8.tar
guix-9c7f7e2da9d4d471ae20fc19c5dab504a276d3e8.tar.gz
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>
Diffstat (limited to 'gnu/packages')
-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 ca327a9e4b..05f81e1972 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2472,7 +2472,7 @@ and copy/paste text in the console and in xterm.")
(define-public btrfs-progs
(package
(name "btrfs-progs")
- (version "4.4")
+ (version "4.4.1")
(source (origin
(method url-fetch)
(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"))
(sha256
(base32
- "0jssv1ys4nw2jf7mkp58c19yspaa8ybf48fxsrhhp0683mzpr73p"))))
+ "1z5882zx9jx02vyg067siws0irsl8pg37myx17hr4imn9ypf6r4r"))))
(build-system gnu-build-system)
(arguments
'(#:test-target "test"