summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-01-15 01:00:05 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2023-01-15 01:00:01 +0100
commita611b99fe9953249c342ffb21adec8e2700eb6b9 (patch)
treef82592b6383f099872a669b673a1cc11292d6e3f /gnu
parentd35689f2fc04f1306e7f01a9e314654309cdd923 (diff)
downloadguix-a611b99fe9953249c342ffb21adec8e2700eb6b9.tar.gz
gnu: ipset: Update to 7.17.
* gnu/packages/linux.scm (ipset): Update to 7.17.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm4
1 files 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))