aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRutger Helling <rhelling@mykolab.com>2018-01-25 08:31:40 +0100
committerRutger Helling <rhelling@mykolab.com>2018-01-25 08:50:14 +0100
commit1dba87d7088355d8e52eb362b38773372e31d31e (patch)
treea6d8e1f65809a29d79176b33cc8c11ae3b533b16
parent418c62fff2c4298a112d6e9562b016d042a3511d (diff)
downloadguix-1dba87d7088355d8e52eb362b38773372e31d31e.tar
guix-1dba87d7088355d8e52eb362b38773372e31d31e.tar.gz
gnu: libnftnl: Update to 1.0.9.
* gnu/packages/linux.scm (libnftnl): Update to 1.0.9.
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 319479d3dd..21249a7eb3 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4157,7 +4157,7 @@ re-use code and to avoid re-inventing the wheel.")
(define-public libnftnl
(package
(name "libnftnl")
- (version "1.0.8")
+ (version "1.0.9")
(source
(origin
(method url-fetch)
@@ -4165,7 +4165,7 @@ re-use code and to avoid re-inventing the wheel.")
"libnftnl-" version ".tar.bz2"))
(sha256
(base32
- "0f10cfiyl4c0f8k3brxfrw28x7a6qvrakaslg4jgqncwxycxggg6"))))
+ "0d9nkdbdck8sg6msysqyv3m9kjr9sjif5amf26dfa0g3mqjdihgy"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))