guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 3fc5e9de0472027dade7b9d0f0b908a39fdb939e
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sat Sep 13 11:06:33 2025 +0300
gnu: conntrack-tools: Update to 1.4.8.
* gnu/packages/linux.scm (conntrack-tools): Update to 1.4.8.
[source]: Upstream switched to xz archive format; change the download URI
accordingly.
Change-Id: I48e87fae63fbe04cd2c98dbc903cd4b2f8694440
---
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 0a10fd1532..adaf30079a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9699,15 +9699,15 @@ of a system that deprecates the old ip_queue/libipq
mechanism.")
(define-public conntrack-tools
(package
(name "conntrack-tools")
- (version "1.4.7")
+ (version "1.4.8")
(source
(origin
(method url-fetch)
(uri (string-append "https://netfilter.org/projects/"
"conntrack-tools/files/"
- "conntrack-tools-" version ".tar.bz2"))
+ "conntrack-tools-" version ".tar.xz"))
(sha256
- (base32 "0pabq97rpci3z1bdc54cyhc3b9w86m4nnlbzsp7905p8az7yp789"))))
+ (base32 "1mnynl5a63j25arapwvkjbm3a2cqm3aaklwfwwclhmpnqps7fxh6"))))
(build-system gnu-build-system)
(native-inputs (list bison flex pkg-config))
(inputs (list libtirpc