[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/11: gnu: libnftnl: Update to 1.1.3.
From: |
guix-commits |
Subject: |
06/11: gnu: libnftnl: Update to 1.1.3. |
Date: |
Tue, 18 Jun 2019 00:16:24 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ecd5c202b2722c4cdc0ea3353a45a4ebf4acd45e
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Jun 17 18:26:58 2019 +0200
gnu: libnftnl: Update to 1.1.3.
* gnu/packages/linux.scm (libnftnl): Update to 1.1.3.
---
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 caa121c..936d8be 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4788,14 +4788,14 @@ re-use code and to avoid re-inventing the wheel.")
(define-public libnftnl
(package
(name "libnftnl")
- (version "1.1.2")
+ (version "1.1.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://netfilter.org/libnftnl/"
"libnftnl-" version ".tar.bz2"))
(sha256
- (base32 "0pffmsv41alsn5ac7mwnb9fh3qpwzqk13jrzn6c5i71wq6kbgix5"))))
+ (base32 "03xszkcpqk3s1rqc6vh7g5j13kh3d3yjnvjhk5scds3an39rgp92"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
- branch master updated (0ab5e91 -> 1e609b7), guix-commits, 2019/06/18
- 02/11: gnu: mpd-mpc: Update to 0.32., guix-commits, 2019/06/18
- 01/11: gnu: radare2: Update to 3.5.1., guix-commits, 2019/06/18
- 03/11: gnu: hcxtools: Update to 5.1.6., guix-commits, 2019/06/18
- 07/11: gnu: rtv: Update to 1.27.0., guix-commits, 2019/06/18
- 06/11: gnu: libnftnl: Update to 1.1.3.,
guix-commits <=
- 10/11: gnu: gaupol: Update to 1.6., guix-commits, 2019/06/18
- 11/11: gnu: stunnel: Update to 5.55., guix-commits, 2019/06/18
- 09/11: gnu: eternalterminal: Update to 5.1.10., guix-commits, 2019/06/18
- 04/11: gnu: hcxdumptool: Update to 5.1.5., guix-commits, 2019/06/18
- 05/11: gnu: gandi.cli: Update to 1.5., guix-commits, 2019/06/18
- 08/11: gnu: mercurial: Update to 5.0.1., guix-commits, 2019/06/18