diff options
author | Rutger Helling <rhelling@mykolab.com> | 2017-11-16 08:25:00 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-11-17 10:59:00 +0100 |
commit | 284d7da3bbc246b289c47be0d78db0269b0b4a01 (patch) | |
tree | 86f50a7f73512392b766b3a492348f4ea9b1e194 | |
parent | d5ce7bcfa2f4d9a1d3da669ade155cc7042f84ec (diff) | |
download | guix-284d7da3bbc246b289c47be0d78db0269b0b4a01.tar guix-284d7da3bbc246b289c47be0d78db0269b0b4a01.tar.gz |
gnu: libnftnl: Update to 1.0.8.
* gnu/packages/linux.scm (libnftnl): Update to 1.0.8.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 94e0d8b1c6..90f28ca0e7 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))) |