[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: libnftnl: Update to 1.2.6.
From: |
guix-commits |
Subject: |
02/09: gnu: libnftnl: Update to 1.2.6. |
Date: |
Sun, 17 Sep 2023 16:15:04 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 4d16fd8829e9d4ff31f226ccabd1e88ffbf425c5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 10 02:00:00 2023 +0200
gnu: libnftnl: Update to 1.2.6.
* gnu/packages/linux.scm (libnftnl): Update to 1.2.6.
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 86580c29cc..4152e93e05 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7837,14 +7837,14 @@ re-use code and to avoid re-inventing the wheel.")
(define-public libnftnl
(package
(name "libnftnl")
- (version "1.2.4")
+ (version "1.2.6")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://netfilter.org/libnftnl/"
- "libnftnl-" version ".tar.bz2"))
+ "libnftnl-" version ".tar.xz"))
(sha256
- (base32 "0zs7c8swlirxnbhl8q1b0p8g3jrzns7fyxsrglz71zfdwhxj7zn0"))))
+ (base32 "1x3pqxclpxcw8x5qx0vyi7znf9xwlkqsfd9sy4cxlir1v4nfmsnf"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))
- branch master updated (fc3a53525a -> 38c2c076e2), guix-commits, 2023/09/17
- 08/09: gnu: bpftrace: Update to 0.18.1., guix-commits, 2023/09/17
- 04/09: gnu: cpuid: Update to 20230614., guix-commits, 2023/09/17
- 07/09: gnu: ddcci-driver-linux: Update to 0.4.4., guix-commits, 2023/09/17
- 09/09: gnu: feh: Update to 3.10., guix-commits, 2023/09/17
- 01/09: gnu: lkrg: Update to 0.9.7., guix-commits, 2023/09/17
- 03/09: gnu: nftables: Update to 1.0.8., guix-commits, 2023/09/17
- 02/09: gnu: libnftnl: Update to 1.2.6.,
guix-commits <=
- 05/09: gnu: lua: Update to 5.4.6., guix-commits, 2023/09/17
- 06/09: gnu: mcelog: Update to 195., guix-commits, 2023/09/17