diff options
author | Tobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com> | 2016-04-02 15:29:32 +0200 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-04-11 19:39:57 -0400 |
commit | 916627b484053a0ed95c78e312c8f36a919a723d (patch) | |
tree | 54779723c82f8b887bd7ba70b208095b1cb500a6 | |
parent | 097e012b5aa8f377954cca450e68dffe848037c6 (diff) | |
download | patches-916627b484053a0ed95c78e312c8f36a919a723d.tar patches-916627b484053a0ed95c78e312c8f36a919a723d.tar.gz |
gnu: btrfs-progs: Update to 4.5.1.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.5.1.
Signed-off-by: Leo Famulari <leo@famulari.name>
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 80ac863fab..02cde8eed2 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2487,7 +2487,7 @@ and copy/paste text in the console and in xterm.") (define-public btrfs-progs (package (name "btrfs-progs") - (version "4.4.1") + (version "4.5.1") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/linux/kernel/" @@ -2495,7 +2495,7 @@ and copy/paste text in the console and in xterm.") "btrfs-progs-v" version ".tar.xz")) (sha256 (base32 - "1z5882zx9jx02vyg067siws0irsl8pg37myx17hr4imn9ypf6r4r")))) + "1znf2zhb56zbmdjk3lq107678xwsqwc5gczspypmc5i31qnppy7f")))) (build-system gnu-build-system) (arguments '(#:test-target "test" |