guix-commits
[Top][All Lists]
Advanced

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

03/35: gnu: ipset: Update to 7.11.


From: guix-commits
Subject: 03/35: gnu: ipset: Update to 7.11.
Date: Wed, 3 Mar 2021 18:45:05 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ce62ca5b1ea02e043f33019f302a2dfb8d20f839
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Mar 3 19:01:49 2021 +0100

    gnu: ipset: Update to 7.11.
    
    * gnu/packages/linux.scm (ipset): Update to 7.11.
---
 gnu/packages/linux.scm | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e77de3d..5fbf525 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7811,13 +7811,14 @@ receiving.  It is dedicated to the PL011 UART of the 
Raspberry Pi.")
 (define-public ipset
   (package
     (name "ipset")
-    (version "7.10")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "https://ipset.netfilter.org/ipset-"; version 
".tar.bz2"))
-              (sha256
-               (base32
-                "1xlwgsy06jx0bckc5r2wvyys8jfpc5klfqqqshmk5zp28fx0cjdj"))))
+    (version "7.11")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://ipset.netfilter.org/";
+                           "ipset-" version ".tar.bz2"))
+       (sha256
+        (base32 "0zdzp9fhpp6hmirzxy7w27fb9xx9lxd2ykxbn8by7ngi62nvll9i"))))
     (build-system gnu-build-system)
     (inputs
      `(("libmnl" ,libmnl)))



reply via email to

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