aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-05-16 15:57:06 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-05-17 01:01:59 +0200
commitb85c1858ac7f3cc9ab9ee9ef22426d85de1dcded (patch)
tree1281c10a8163ccfc1e7e3ce3b86fad51c9619978
parent0a0d6f479fcd8c132b1457c51358061e0788f46e (diff)
downloadguix-b85c1858ac7f3cc9ab9ee9ef22426d85de1dcded.tar
guix-b85c1858ac7f3cc9ab9ee9ef22426d85de1dcded.tar.gz
gnu: libnftnl: Update to 1.1.0.
* gnu/packages/linux.scm (libnftnl): Update to 1.1.0.
-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 b357a4b270..09e999859d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4162,7 +4162,7 @@ re-use code and to avoid re-inventing the wheel.")
(define-public libnftnl
(package
(name "libnftnl")
- (version "1.0.9")
+ (version "1.1.0")
(source
(origin
(method url-fetch)
@@ -4170,7 +4170,7 @@ re-use code and to avoid re-inventing the wheel.")
"libnftnl-" version ".tar.bz2"))
(sha256
(base32
- "0d9nkdbdck8sg6msysqyv3m9kjr9sjif5amf26dfa0g3mqjdihgy"))))
+ "0v4gywcjvv2vg4zk632al1zv3ad0lx87nshynv110l8n3fhsq3pc"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))