summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-01 17:23:49 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-01 17:56:59 +0100
commitee079952bb448f4531fae9f8821357421818a1ed (patch)
treed572ae0df50a2d9973c3493a563462c03af46ccf
parent6547296b9dd45ef0b23f4eb095558fb6868e6528 (diff)
downloadguix-patches-ee079952bb448f4531fae9f8821357421818a1ed.tar
guix-patches-ee079952bb448f4531fae9f8821357421818a1ed.tar.gz
gnu: libnftnl: Update to 1.1.8.
* gnu/packages/linux.scm (libnftnl): Update to 1.1.8.
-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 625b63aea1..523e9b15d7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6231,14 +6231,14 @@ re-use code and to avoid re-inventing the wheel.")
(define-public libnftnl
(package
(name "libnftnl")
- (version "1.1.7")
+ (version "1.1.8")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://netfilter.org/libnftnl/"
"libnftnl-" version ".tar.bz2"))
(sha256
- (base32 "13zd90bfrr0q3j0l0cbc8kiizccw6n8gp727kqnfljh024zw3nr0"))))
+ (base32 "04dp797llg3cqzivwrql30wg9mfr0ngnp0v5gs7jcdmp11dzm8q4"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))