gnu: iw: Update to 5.19.

* gnu/packages/linux.scm (iw): Update to 5.19.
This commit is contained in:
Efraim Flashner 2022-09-02 08:31:05 +03:00
parent 260de9711d
commit c05e949d59
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3061,7 +3061,7 @@ (define-public libnl-python3 (libnl-python-package "python3"))
(define-public iw (define-public iw
(package (package
(name "iw") (name "iw")
(version "4.14") (version "5.19")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -3069,7 +3069,7 @@ (define-public iw
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"12ddd6vh6vs97135bnlyr0szv7hvpbnmfh48584frzab0z0725ph")))) "0kjdrihc7ibnjdpjqkq8sv0kmmvavgsww78cpjgbnlyx8zlvnrzi"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (list pkg-config)) (native-inputs (list pkg-config))
(inputs (list libnl)) (inputs (list libnl))