diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-15 01:00:04 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-15 01:00:20 +0100 |
commit | 4b7faf6912c770575494e6ecbda974b503e19215 (patch) | |
tree | 52742bc7798f723c57344833dd507d3d1ddc4c2d | |
parent | 4e4ea85c260a3f668b1ba46be4fc6a6d06aa093c (diff) | |
download | guix-4b7faf6912c770575494e6ecbda974b503e19215.tar guix-4b7faf6912c770575494e6ecbda974b503e19215.tar.gz |
gnu: conntrack-tools: Update to 1.4.7.
* gnu/packages/linux.scm (conntrack-tools): Update to 1.4.7.
-rw-r--r-- | gnu/packages/linux.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index d889b0ab37..250eacd076 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7825,7 +7825,7 @@ of a system that deprecates the old ip_queue/libipq mechanism.") (define-public conntrack-tools (package (name "conntrack-tools") - (version "1.4.6") + (version "1.4.7") (source (origin (method url-fetch) @@ -7833,8 +7833,7 @@ of a system that deprecates the old ip_queue/libipq mechanism.") "conntrack-tools/files/" "conntrack-tools-" version ".tar.bz2")) (sha256 - (base32 - "0psx41bclqrh4514yzq03rvs3cq3scfpd1v4kkyxnic2hk65j22r")))) + (base32 "0pabq97rpci3z1bdc54cyhc3b9w86m4nnlbzsp7905p8az7yp789")))) (build-system gnu-build-system) (native-inputs (list bison flex pkg-config)) (inputs (list libtirpc |