mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: iw: Update to 4.14.
* gnu/packages/linux.scm (iw): Update to 4.14.
This commit is contained in:
parent
0e5dbc47ab
commit
4b0111a4e1
1 changed files with 2 additions and 2 deletions
|
@ -1543,7 +1543,7 @@ (define (python-inst python)
|
|||
(define-public iw
|
||||
(package
|
||||
(name "iw")
|
||||
(version "4.9")
|
||||
(version "4.14")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1551,7 +1551,7 @@ (define-public iw
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1klpvv98bnx1zm6aqalnri2vd7w80scmdaxr2qnblb6mz82whk1j"))))
|
||||
"12ddd6vh6vs97135bnlyr0szv7hvpbnmfh48584frzab0z0725ph"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(inputs `(("libnl" ,libnl)))
|
||||
|
|
Loading…
Reference in a new issue