diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-12-11 01:00:07 +0100 |
commit | 8bdb5b195a65d478e8514f82f63c682a7de02ca2 (patch) | |
tree | 07e1b9d42aee919d0f793eb62e4593eb1a363887 | |
parent | 9e35951dc8198c4aac9da4e025badaceb5ff6315 (diff) | |
download | guix-8bdb5b195a65d478e8514f82f63c682a7de02ca2.tar.gz |
gnu: libnetfilter-cthelper: Update to 1.0.1.
* gnu/packages/linux.scm (libnetfilter-cthelper): Update to 1.0.1.
-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 c3a6d42a5d..1c6b572708 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7747,7 +7747,7 @@ by conntrack-tools.") (define-public libnetfilter-cthelper (package (name "libnetfilter-cthelper") - (version "1.0.0") + (version "1.0.1") (source (origin (method url-fetch) @@ -7755,8 +7755,7 @@ by conntrack-tools.") "libnetfilter_cthelper/files/" "libnetfilter_cthelper-" version ".tar.bz2")) (sha256 - (base32 - "0gfgzkc1fjniqwk4jxds72c0lcgfhq2591hrvjrvd9nrqiqqwq87")))) + (base32 "04n95ngil5l8m8v64dfjm1dwq0wd3kf4vw1zblsrff13hxa3s1ql")))) (build-system gnu-build-system) (native-inputs (list pkg-config)) (inputs (list libmnl)) |