diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-07 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-14 02:00:00 +0200 |
commit | 4985043c7cf8926d7b0b4394ba5e8c7a6f6e545a (patch) | |
tree | cac2d7084c123b720fd663abed9c2b77511f1080 /gnu/packages | |
parent | ab34425e53420c724b7ed1198c76a04198f09eb7 (diff) | |
download | guix-4985043c7cf8926d7b0b4394ba5e8c7a6f6e545a.tar.gz |
gnu: libnftnl: Update to 1.2.3.
* gnu/packages/linux.scm (libnftnl): Update to 1.2.3.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index f936dde55a..2c92ade3fa 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -7330,14 +7330,14 @@ re-use code and to avoid re-inventing the wheel.") (define-public libnftnl (package (name "libnftnl") - (version "1.2.2") + (version "1.2.3") (source (origin (method url-fetch) (uri (string-append "mirror://netfilter.org/libnftnl/" "libnftnl-" version ".tar.bz2")) (sha256 - (base32 "02kdxp4l1ds5lpkw6rxv6f7icc70am6ik3p9z5l8v48mkm7h1z4y")))) + (base32 "0m82bmh8i24hwxmz7rxwxjll4904ghd2b1x1p5h8algrg6dyl5p9")))) (build-system gnu-build-system) (native-inputs (list pkg-config)) |