[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/16: gnu: xfsprogs: Update to 5.12.0.
From: |
guix-commits |
Subject: |
04/16: gnu: xfsprogs: Update to 5.12.0. |
Date: |
Thu, 27 May 2021 12:27:35 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit e6eacc34aa6da3264ab3f6d25aae4cbc529c91ea
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu May 27 16:17:01 2021 +0200
gnu: xfsprogs: Update to 5.12.0.
* gnu/packages/linux.scm (xfsprogs): Update to 5.12.0.
---
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 e2c938b..24ab210 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7322,7 +7322,7 @@ compatible with Python's ConfigParser style of .INI
files, including RFC
(define-public xfsprogs
(package
(name "xfsprogs")
- (version "5.11.0")
+ (version "5.12.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -7330,7 +7330,7 @@ compatible with Python's ConfigParser style of .INI
files, including RFC
"xfsprogs-" version ".tar.gz"))
(sha256
(base32
- "1byj53qdwsii35d0f11nz0dl618mpvwy5aa44pc9zg281g2r27ab"))))
+ "0b5vvwq4rqw7kph23ycd518d31dx3wq7w61znixxpdljx0ig71qn"))))
(build-system gnu-build-system)
(outputs (list "out" "python"))
(arguments
- branch master updated (014421e -> 847af45), guix-commits, 2021/05/27
- 02/16: gnu: mpd: Update to 0.22.8., guix-commits, 2021/05/27
- 03/16: gnu: fio: Update to 3.27., guix-commits, 2021/05/27
- 04/16: gnu: xfsprogs: Update to 5.12.0.,
guix-commits <=
- 12/16: gnu: ccl: Update to 1.12.1., guix-commits, 2021/05/27
- 14/16: gnu: lksctp-tools: Edit synopsis & description., guix-commits, 2021/05/27
- 10/16: gnu: libopenmpt: Update to 0.5.9., guix-commits, 2021/05/27
- 05/16: gnu: libnftnl: Update to 1.2.0., guix-commits, 2021/05/27
- 06/16: gnu: nftables: Update to 0.9.9., guix-commits, 2021/05/27
- 13/16: gnu: libndp: Update to 1.8., guix-commits, 2021/05/27
- 08/16: gnu: iperf: Update to 3.10., guix-commits, 2021/05/27
- 16/16: gnu: phodav: Add gsettings-desktop-schemas input., guix-commits, 2021/05/27
- 11/16: gnu: shotwell: Update to 0.30.12., guix-commits, 2021/05/27
- 09/16: gnu: iperf: Omit static library., guix-commits, 2021/05/27