guix-commits
[Top][All Lists]
Advanced

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

33/46: gnu: ipset: Update to 7.16.


From: guix-commits
Subject: 33/46: gnu: ipset: Update to 7.16.
Date: Fri, 16 Dec 2022 21:38:59 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

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

    gnu: ipset: Update to 7.16.
    
    * gnu/packages/linux.scm (ipset): Update to 7.16.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1c6b572708..69466d0ae2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9397,14 +9397,14 @@ receiving.  It is dedicated to the PL011 UART of the 
Raspberry Pi.")
 (define-public ipset
   (package
     (name "ipset")
-    (version "7.15")
+    (version "7.16")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://ipset.netfilter.org/";
                            "ipset-" version ".tar.bz2"))
        (sha256
-        (base32 "0l8pcaym6057hq3a4zwnk53p5y6xg1m3d3c83wn18h5nmnm4am8a"))))
+        (base32 "1l4nybq17gr2ick7bbb5gq46bsqiw4rxmrvi0qfkvpm1yk6xkcc7"))))
     (build-system gnu-build-system)
     (inputs
      (list libmnl))



reply via email to

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