gnu: wpa-supplicant: Update to 2.3.

* gnu/packages/admin.scm (wpa-supplicant): Update to 2.3.  Update URLs.
This commit is contained in:
Mark H Weaver 2015-02-03 23:09:44 -05:00
parent 4b7ad2e338
commit 9a72770094
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2013, 2014 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2012, 2013, 2014 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2013 Cyril Roelandt <tipecaml@gmail.com> ;;; Copyright © 2013 Cyril Roelandt <tipecaml@gmail.com>
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org> ;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
@ -678,16 +678,16 @@ commands and their arguments.")
(define-public wpa-supplicant (define-public wpa-supplicant
(package (package
(name "wpa-supplicant") (name "wpa-supplicant")
(version "2.2") (version "2.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"http://hostap.epitest.fi/releases/wpa_supplicant-" "http://w1.fi/releases/wpa_supplicant-"
version version
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1vf8jc4yyksbxf86narvsli3vxfbm8nbnim2mdp66nd6d3yvin70")))) "0skvkl6c10ls4s48b2wmf47h9j1y40nlzxnzn8hyaw2j0prmpapa"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases (alist-replace '(#:phases (alist-replace
@ -726,7 +726,7 @@ commands and their arguments.")
("openssl" ,o:openssl))) ("openssl" ,o:openssl)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
(home-page "http://hostap.epitest.fi/wpa_supplicant/") (home-page "http://w1.fi/wpa_supplicant/")
(synopsis "Connecting to WPA and WPA2-protected wireless networks") (synopsis "Connecting to WPA and WPA2-protected wireless networks")
(description (description
"wpa_supplicant is a WPA Supplicant with support for WPA and WPA2 (IEEE "wpa_supplicant is a WPA Supplicant with support for WPA and WPA2 (IEEE