guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

25/46: gnu: libnetfilter-cthelper: Update to 1.0.1.


From: guix-commits
Subject: 25/46: gnu: libnetfilter-cthelper: Update to 1.0.1.
Date: Fri, 16 Dec 2022 21:38:58 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8bdb5b195a65d478e8514f82f63c682a7de02ca2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:00 2022 +0100

    gnu: libnetfilter-cthelper: Update to 1.0.1.
    
    * gnu/packages/linux.scm (libnetfilter-cthelper): Update to 1.0.1.
---
 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 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]