[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: conntrack-tools: Update to 1.4.7.
From: |
guix-commits |
Subject: |
02/04: gnu: conntrack-tools: Update to 1.4.7. |
Date: |
Fri, 20 Jan 2023 12:05:50 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 4b7faf6912c770575494e6ecbda974b503e19215
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 15 01:00:04 2023 +0100
gnu: conntrack-tools: Update to 1.4.7.
* gnu/packages/linux.scm (conntrack-tools): Update to 1.4.7.
---
gnu/packages/linux.scm | 5 ++---
1 file 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