diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-01-23 12:51:24 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-01-23 15:01:15 +0100 |
commit | 4b0111a4e12299081e3eebcb566400f4883c35b1 (patch) | |
tree | a8226d0337db67842fee8abebb04556116239f81 /gnu | |
parent | 0e5dbc47abb6c8bc8284cfc7b6563e5891a925ad (diff) | |
download | gnu-guix-4b0111a4e12299081e3eebcb566400f4883c35b1.tar gnu-guix-4b0111a4e12299081e3eebcb566400f4883c35b1.tar.gz |
gnu: iw: Update to 4.14.
* gnu/packages/linux.scm (iw): Update to 4.14.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index c097079382..8921a47be8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1543,7 +1543,7 @@ configuration and monitoring interfaces.") (define-public iw (package (name "iw") - (version "4.9") + (version "4.14") (source (origin (method url-fetch) (uri (string-append @@ -1551,7 +1551,7 @@ configuration and monitoring interfaces.") version ".tar.xz")) (sha256 (base32 - "1klpvv98bnx1zm6aqalnri2vd7w80scmdaxr2qnblb6mz82whk1j")))) + "12ddd6vh6vs97135bnlyr0szv7hvpbnmfh48584frzab0z0725ph")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) (inputs `(("libnl" ,libnl))) |