gnu: libnftnl/fixed: Update to 1.2.3.
* gnu/packages/linux.scm (libnftnl/fixed): Update to 1.2.3.
This commit is contained in:
parent
cf76ab29c1
commit
bf1ab9f285
1 changed files with 2 additions and 2 deletions
|
@ -7237,14 +7237,14 @@ used by nftables.")
|
||||||
;; variant to avoid accidental rebuilds of rust.
|
;; variant to avoid accidental rebuilds of rust.
|
||||||
(define-public libnftnl/fixed
|
(define-public libnftnl/fixed
|
||||||
(package (inherit libnftnl)
|
(package (inherit libnftnl)
|
||||||
(version "1.2.2")
|
(version "1.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://netfilter.org/libnftnl/"
|
(uri (string-append "mirror://netfilter.org/libnftnl/"
|
||||||
"libnftnl-" version ".tar.bz2"))
|
"libnftnl-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "02kdxp4l1ds5lpkw6rxv6f7icc70am6ik3p9z5l8v48mkm7h1z4y"))))
|
(base32 "0m82bmh8i24hwxmz7rxwxjll4904ghd2b1x1p5h8algrg6dyl5p9"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
|
|
Reference in a new issue