mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: libnftnl/fixed: Update to 1.2.2.
* gnu/packages/linux.scm (libnftnl/fixed): Update to 1.2.2.
This commit is contained in:
parent
f84eafbf06
commit
8d2c06834a
1 changed files with 2 additions and 2 deletions
|
@ -7280,14 +7280,14 @@ (define-public libnftnl
|
|||
;; variant to avoid accidental rebuilds of rust.
|
||||
(define-public libnftnl/fixed
|
||||
(package (inherit libnftnl)
|
||||
(version "1.2.0")
|
||||
(version "1.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://netfilter.org/libnftnl/"
|
||||
"libnftnl-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "1xblq1cbcxhr6qmjpy98i1qdza148idgz99vbhjc7s4vzvfizc4h"))))
|
||||
(base32 "02kdxp4l1ds5lpkw6rxv6f7icc70am6ik3p9z5l8v48mkm7h1z4y"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
|
|
Loading…
Reference in a new issue