[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: btrfs-progs: Update to 5.11.
From: |
guix-commits |
Subject: |
03/06: gnu: btrfs-progs: Update to 5.11. |
Date: |
Thu, 11 Mar 2021 17:13:01 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit c51892539115f996635a5c079b9bf373add88b21
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Mar 11 22:37:18 2021 +0100
gnu: btrfs-progs: Update to 5.11.
* gnu/packages/linux.scm (btrfs-progs): Update to 5.11.
---
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 a0db0f2..8b96c33 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4938,7 +4938,7 @@ and copy/paste text in the console and in xterm.")
(define-public btrfs-progs
(package
(name "btrfs-progs")
- (version "5.10.1")
+ (version "5.11")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -4946,7 +4946,7 @@ and copy/paste text in the console and in xterm.")
"btrfs-progs-v" version ".tar.xz"))
(sha256
(base32
- "0i03vajakg1glbql1cv7xy0k71zvpd2whdwymmrz9rza3xrwqy8k"))))
+ "0dq1ryji9hmq10zbyk083lp9r212524a3naai47whq11m6q626fl"))))
(build-system gnu-build-system)
(outputs '("out"
"static")) ; static versions of the binaries in "out"
- branch master updated (0aaac77 -> ebd5000), guix-commits, 2021/03/11
- 02/06: gnu: libdatrie: Update to 0.2.13., guix-commits, 2021/03/11
- 01/06: gnu: libinih: Update to 53., guix-commits, 2021/03/11
- 03/06: gnu: btrfs-progs: Update to 5.11.,
guix-commits <=
- 06/06: gnu: wireshark: Update to 3.4.4., guix-commits, 2021/03/11
- 04/06: gnu: fmt: Update to 7.1.3., guix-commits, 2021/03/11
- 05/06: gnu: hangups: Update to 0.4.13., guix-commits, 2021/03/11