[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/26: gnu: nftables: Update to 1.0.0.
From: |
guix-commits |
Subject: |
05/26: gnu: nftables: Update to 1.0.0. |
Date: |
Fri, 3 Sep 2021 17:27:33 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 03c5f66afdb896111d0ed4dde49b3c60c9db5d29
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Sep 3 23:24:58 2021 +0200
gnu: nftables: Update to 1.0.0.
* gnu/packages/linux.scm (nftables): Update to 1.0.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 1b56a1e..462d35c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6846,7 +6846,7 @@ used by nftables.")
(define-public nftables
(package
(name "nftables")
- (version "0.9.9")
+ (version "1.0.0")
(source
(origin
(method url-fetch)
@@ -6855,7 +6855,7 @@ used by nftables.")
(string-append "https://www.nftables.org/projects/nftables"
"/files/nftables-" version ".tar.bz2")))
(sha256
- (base32 "1d7iwc8xlyfsbgn6qx1sdfcq7jhpl8wpfj39hcd06y8dzp3jvvvn"))))
+ (base32 "1x25zs2czmn14mmq1nqi4zibsvh04vqjbx5lxj42nylnmxym9gsq"))))
(build-system gnu-build-system)
(arguments `(#:configure-flags
'("--disable-man-doc"))) ; FIXME: Needs docbook2x.
- branch master updated (45bb347 -> 522a3bf), guix-commits, 2021/09/03
- 01/26: gnu: ncdu: Update to 1.16., guix-commits, 2021/09/03
- 04/26: gnu: nginx-documentation: Update to 1.21.2-2764-bc9c5d11b67c., guix-commits, 2021/09/03
- 03/26: gnu: nginx: Update to 1.21.2., guix-commits, 2021/09/03
- 05/26: gnu: nftables: Update to 1.0.0.,
guix-commits <=
- 02/26: gnu: mtools: Update to 4.0.35., guix-commits, 2021/09/03
- 06/26: gnu: nftables: Omit static library., guix-commits, 2021/09/03
- 07/26: gnu: hplip: Update to 3.21.6., guix-commits, 2021/09/03
- 08/26: gnu: inxi-minimal: Update to 3.3.06-1., guix-commits, 2021/09/03
- 09/26: gnu: igt-gpu-tools: Update to 1.26., guix-commits, 2021/09/03
- 10/26: gnu: lldpd: Update to 1.0.12., guix-commits, 2021/09/03
- 14/26: gnu: xrandr-invert-colors: Update to 0.02., guix-commits, 2021/09/03
- 17/26: gnu: 0xffff: Update to 0.9., guix-commits, 2021/09/03
- 20/26: gnu: benchmark: Update to 1.5.6., guix-commits, 2021/09/03
- 15/26: gnu: xrandr-invert-colors: Fix executable name., guix-commits, 2021/09/03