guix-commits
[Top][All Lists]
Advanced

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

08/17: gnu: ipset: Update to 7.17.


From: guix-commits
Subject: 08/17: gnu: ipset: Update to 7.17.
Date: Thu, 19 Jan 2023 16:28:50 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a611b99fe9953249c342ffb21adec8e2700eb6b9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jan 15 01:00:05 2023 +0100

    gnu: ipset: Update to 7.17.
    
    * gnu/packages/linux.scm (ipset): Update to 7.17.
---
 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 bf92c5821d..e78a9a3edc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -9428,14 +9428,14 @@ receiving.  It is dedicated to the PL011 UART of the 
Raspberry Pi.")
 (define-public ipset
   (package
     (name "ipset")
-    (version "7.16")
+    (version "7.17")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://ipset.netfilter.org/";
                            "ipset-" version ".tar.bz2"))
        (sha256
-        (base32 "1l4nybq17gr2ick7bbb5gq46bsqiw4rxmrvi0qfkvpm1yk6xkcc7"))))
+        (base32 "1n34mkrdha9rggd0fizjx6baqkiqqd1yfhb5ml663mlx93zwjjdy"))))
     (build-system gnu-build-system)
     (inputs
      (list libmnl))



reply via email to

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