[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: btrfs-progs: Update to 4.10.
From: |
Tobias Geerinckx-Rice |
Subject: |
05/06: gnu: btrfs-progs: Update to 4.10. |
Date: |
Thu, 9 Mar 2017 18:29:37 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 5595d4c1fd13c56ab0643c03ff0958fbedf1d002
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Mar 9 22:28:41 2017 +0100
gnu: btrfs-progs: Update to 4.10.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.10.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index de0fd71..f04e730 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2766,7 +2766,7 @@ and copy/paste text in the console and in xterm.")
(define-public btrfs-progs
(package
(name "btrfs-progs")
- (version "4.9.1")
+ (version "4.10")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -2774,7 +2774,7 @@ and copy/paste text in the console and in xterm.")
"btrfs-progs-v" version ".tar.xz"))
(sha256
(base32
- "1ppy2y9vypxw9awchari21yd3s2d7w2a9q3f4jq7dnjy5gyrnjj6"))))
+ "1njw2nrm51380d8arvqfmspa3app9353yd7hiddas3gpkaiwrjs4"))))
(build-system gnu-build-system)
(outputs '("out"
"static")) ; static versions of binaries in "out" (~16MiB!)
- branch master updated (d9e94c6 -> ff79717), Tobias Geerinckx-Rice, 2017/03/09
- 02/06: gnu: pius: Update to 2.2.4., Tobias Geerinckx-Rice, 2017/03/09
- 03/06: gnu: ibus: Update to 1.5.15., Tobias Geerinckx-Rice, 2017/03/09
- 01/06: gnu: youtube-dl: Update to 2017.03.07., Tobias Geerinckx-Rice, 2017/03/09
- 04/06: gnu: ibus-anthy: Update to 1.5.9., Tobias Geerinckx-Rice, 2017/03/09
- 06/06: gnu: btrfs-progs/static: Correct description., Tobias Geerinckx-Rice, 2017/03/09
- 05/06: gnu: btrfs-progs: Update to 4.10.,
Tobias Geerinckx-Rice <=