diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-10 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-10 02:00:00 +0200 |
commit | 9770dd00d1cf2cb557c9def8e289b895940dfdfe (patch) | |
tree | 5a0b56af7e92cdf61ac06c98a5cb5d885e4beef0 /gnu/packages/linux.scm | |
parent | 4d16fd8829e9d4ff31f226ccabd1e88ffbf425c5 (diff) | |
download | guix-9770dd00d1cf2cb557c9def8e289b895940dfdfe.tar.gz |
gnu: nftables: Update to 1.0.8.
* gnu/packages/linux.scm (nftables): Update to 1.0.8.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 4152e93e05..f5d777390e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7883,7 +7883,7 @@ used by nftables.") (define-public nftables (package (name "nftables") - (version "1.0.6") + (version "1.0.8") (source (origin (method url-fetch) @@ -7892,7 +7892,7 @@ used by nftables.") (string-append "https://www.nftables.org/projects/nftables" "/files/nftables-" version ".tar.xz"))) (sha256 - (base32 "0k2y03dz77b0inqlmh5yg8qaifl0walzvhldwiq7d642vl6l61r4")))) + (base32 "0l1xpwr9qfbl3bxa97v8s2lbibiz0xma9q0qi34xp0hswh6p8wwk")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--disable-static" |