gnu: libnetfilter-cthelper: Update to 1.0.1.

* gnu/packages/linux.scm (libnetfilter-cthelper): Update to 1.0.1.
This commit is contained in:
Tobias Geerinckx-Rice 2022-12-11 01:00:00 +01:00
parent 9e35951dc8
commit 8bdb5b195a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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))