summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-10 02:26:48 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-10 04:37:23 +0200
commit67e890ec182129873f44de66b0e5219d1b588645 (patch)
treead8f9a6abbef4ae51713cbb4059bd10a43334acb /gnu
parent088e186b3558d4a78a654f7d741851cf42361ae6 (diff)
downloadguix-patches-67e890ec182129873f44de66b0e5219d1b588645.tar
guix-patches-67e890ec182129873f44de66b0e5219d1b588645.tar.gz
gnu: libnftnl: Update to 1.1.7.
* gnu/packages/linux.scm (libnftnl): Update to 1.1.7.
Diffstat (limited to 'gnu')
-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 b3329c92c6..2baa8b27cc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6068,14 +6068,14 @@ re-use code and to avoid re-inventing the wheel.")
(define-public libnftnl
(package
(name "libnftnl")
- (version "1.1.6")
+ (version "1.1.7")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://netfilter.org/libnftnl/"
"libnftnl-" version ".tar.bz2"))
(sha256
- (base32 "1jhyxsfrfqjascrm5lnxlcyzj6n0gc0qc1bp2asb7m61dxlmmsy1"))))
+ (base32 "13zd90bfrr0q3j0l0cbc8kiizccw6n8gp727kqnfljh024zw3nr0"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))