From 8d7f6785ccb525cf0ca72f8651d0ce8b96078c87 Mon Sep 17 00:00:00 2001 From: Rutger Helling Date: Thu, 16 Nov 2017 08:25:00 +0100 Subject: [PATCH] gnu: libnftnl: Update to 1.0.8. * gnu/packages/linux.scm (libnftnl): Update to 1.0.8. --- 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 13a8ebe54..2abccacd1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4120,7 +4120,7 @@ re-use code and to avoid re-inventing the wheel.") (define-public libnftnl (package (name "libnftnl") - (version "1.0.7") + (version "1.0.8") (source (origin (method url-fetch) @@ -4128,7 +4128,7 @@ re-use code and to avoid re-inventing the wheel.") "libnftnl-" version ".tar.bz2")) (sha256 (base32 - "10irjrylcfkbp11617yr19vpfhgl54w0kw02jhj0i1abqv5nxdlv")))) + "0f10cfiyl4c0f8k3brxfrw28x7a6qvrakaslg4jgqncwxycxggg6")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) -- 2.15.0