[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: ipset: Update to 7.15.
From: |
guix-commits |
Subject: |
01/02: gnu: ipset: Update to 7.15. |
Date: |
Sun, 17 Oct 2021 10:45:33 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 6441d8ad08ee9d47a3f4ea90d9a2ff633b4cf888
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 17 16:36:35 2021 +0200
gnu: ipset: Update to 7.15.
* gnu/packages/linux.scm (ipset): Update to 7.15.
---
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 a64bc9b..80c0d8d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8394,14 +8394,14 @@ receiving. It is dedicated to the PL011 UART of the
Raspberry Pi.")
(define-public ipset
(package
(name "ipset")
- (version "7.11")
+ (version "7.15")
(source
(origin
(method url-fetch)
(uri (string-append "https://ipset.netfilter.org/"
"ipset-" version ".tar.bz2"))
(sha256
- (base32 "0zdzp9fhpp6hmirzxy7w27fb9xx9lxd2ykxbn8by7ngi62nvll9i"))))
+ (base32 "0l8pcaym6057hq3a4zwnk53p5y6xg1m3d3c83wn18h5nmnm4am8a"))))
(build-system gnu-build-system)
(inputs
`(("libmnl" ,libmnl)))