gnu: iw: Update to 4.9.
* gnu/packages/linux.scm (iw): Update to 4.9.
This commit is contained in:
parent
873c469e74
commit
72f0c5ea3c
|
@ -1198,7 +1198,7 @@ configuration and monitoring interfaces.")
|
||||||
(define-public iw
|
(define-public iw
|
||||||
(package
|
(package
|
||||||
(name "iw")
|
(name "iw")
|
||||||
(version "4.3")
|
(version "4.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1206,7 +1206,7 @@ configuration and monitoring interfaces.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"085jyvrxzarvn5jl0fk618jjxy50nqx7ifngszc4jxk6a4ddibd6"))))
|
"1klpvv98bnx1zm6aqalnri2vd7w80scmdaxr2qnblb6mz82whk1j"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(inputs `(("libnl" ,libnl)))
|
(inputs `(("libnl" ,libnl)))
|
||||||
|
|
Loading…
Reference in New Issue