mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
79fb551e88
commit
3fc5e9de04
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue