[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/11: gnu: btrfs-progs: Update to 5.12.
From: |
guix-commits |
Subject: |
11/11: gnu: btrfs-progs: Update to 5.12. |
Date: |
Wed, 12 May 2021 18:40:21 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 6a724b0277f31245a0573c8347a6462786d7c0d1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed May 12 23:30:48 2021 +0200
gnu: btrfs-progs: Update to 5.12.
* gnu/packages/linux.scm (btrfs-progs): Update to 5.12.
[native-inputs]: Add linux-libre-headers-5.10.
---
gnu/packages/linux.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 4be5e8e..cb80774 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5115,7 +5115,7 @@ and copy/paste text in the console and in xterm.")
(define-public btrfs-progs
(package
(name "btrfs-progs")
- (version "5.11.1")
+ (version "5.12")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -5123,7 +5123,7 @@ and copy/paste text in the console and in xterm.")
"btrfs-progs-v" version ".tar.xz"))
(sha256
(base32
- "1zpbpmq8qndwls40yg2c9xj9ca6mcxdziadj5i8fbi3ffp2crap3"))))
+ "0mgdcqyww20fvh0js717yvla1hkky12c6dfhascicmrfw5fdcfcf"))))
(build-system gnu-build-system)
(outputs '("out"
"static")) ; static versions of the binaries in "out"
@@ -5168,6 +5168,9 @@ and copy/paste text in the console and in xterm.")
("asciidoc" ,asciidoc)
("python" ,python)
("xmlto" ,xmlto)
+ ;; Remove this input entirely when the default headers
+ ;; version provides blk_zone.capacity (>= 5.9).
+ ("linux-libre-headers" ,linux-libre-headers-5.10)
;; For building documentation.
("libxml2" ,libxml2)
("docbook-xsl" ,docbook-xsl)
- branch master updated (7fb7384 -> 6a724b0), guix-commits, 2021/05/12
- 01/11: gnu: Add xfstests., guix-commits, 2021/05/12
- 04/11: gnu: qjackctl: Update to 0.9.3., guix-commits, 2021/05/12
- 05/11: gnu: qjackctl: Build with CMake., guix-commits, 2021/05/12
- 03/11: gnu: ccache: Update to 4.3., guix-commits, 2021/05/12
- 02/11: gnu: libjcat: Update to 0.1.7., guix-commits, 2021/05/12
- 06/11: gnu: snappy: Update to 1.1.9., guix-commits, 2021/05/12
- 07/11: gnu: svt-av1: Update to 0.8.7., guix-commits, 2021/05/12
- 09/11: gnu: libupnp: Update to 1.14.7., guix-commits, 2021/05/12
- 10/11: gnu: hdparm: Update to 9.62., guix-commits, 2021/05/12
- 11/11: gnu: btrfs-progs: Update to 5.12.,
guix-commits <=
- 08/11: gnu: squid: Update to 4.15., guix-commits, 2021/05/12