mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: libnetfilter-cthelper: Update to 1.0.1.
* gnu/packages/linux.scm (libnetfilter-cthelper): Update to 1.0.1.
This commit is contained in:
parent
9e35951dc8
commit
8bdb5b195a
1 changed files with 2 additions and 3 deletions
|
@ -7747,7 +7747,7 @@ (define-public libnetfilter-cttimeout
|
||||||
(define-public libnetfilter-cthelper
|
(define-public libnetfilter-cthelper
|
||||||
(package
|
(package
|
||||||
(name "libnetfilter-cthelper")
|
(name "libnetfilter-cthelper")
|
||||||
(version "1.0.0")
|
(version "1.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7755,8 +7755,7 @@ (define-public libnetfilter-cthelper
|
||||||
"libnetfilter_cthelper/files/"
|
"libnetfilter_cthelper/files/"
|
||||||
"libnetfilter_cthelper-" version ".tar.bz2"))
|
"libnetfilter_cthelper-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "04n95ngil5l8m8v64dfjm1dwq0wd3kf4vw1zblsrff13hxa3s1ql"))))
|
||||||
"0gfgzkc1fjniqwk4jxds72c0lcgfhq2591hrvjrvd9nrqiqqwq87"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
(inputs (list libmnl))
|
(inputs (list libmnl))
|
||||||
|
|
Loading…
Reference in a new issue