diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-05 13:07:15 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-05 17:01:52 +0100 |
commit | e569c7723d1e6e0af9f870785b15749bb2aee64b (patch) | |
tree | 610c0c0659e35f7e0bdff61876d31dcb0fb1e388 /gnu/packages/linux.scm | |
parent | 083639a5532625f2564d7ea0fb5679528be5a164 (diff) | |
download | patches-e569c7723d1e6e0af9f870785b15749bb2aee64b.tar patches-e569c7723d1e6e0af9f870785b15749bb2aee64b.tar.gz |
gnu: libnftnl: Update to 1.1.2.
* gnu/packages/linux.scm (libnftnl): Update to 1.1.2.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 25c4a7016d..e70b4544e0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -4380,15 +4380,14 @@ re-use code and to avoid re-inventing the wheel.") (define-public libnftnl (package (name "libnftnl") - (version "1.1.1") + (version "1.1.2") (source - (origin - (method url-fetch) - (uri (string-append "mirror://netfilter.org/libnftnl/" - "libnftnl-" version ".tar.bz2")) - (sha256 - (base32 - "1wmgjfcb35mscb2srzia5931srygywrs1aznxmg67v177x0nasjx")))) + (origin + (method url-fetch) + (uri (string-append "mirror://netfilter.org/libnftnl/" + "libnftnl-" version ".tar.bz2")) + (sha256 + (base32 "0pffmsv41alsn5ac7mwnb9fh3qpwzqk13jrzn6c5i71wq6kbgix5")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |