gnu: wpa-supplicant: Update to 2.9.
* gnu/packages/admin.scm (wpa-supplicant-minimal): Update to 2.9.
This commit is contained in:
parent
277faff8ff
commit
ba7ff983d6
|
@ -1181,7 +1181,7 @@ commands and their arguments.")
|
||||||
(define-public wpa-supplicant-minimal
|
(define-public wpa-supplicant-minimal
|
||||||
(package
|
(package
|
||||||
(name "wpa-supplicant-minimal")
|
(name "wpa-supplicant-minimal")
|
||||||
(version "2.8")
|
(version "2.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1189,7 +1189,7 @@ commands and their arguments.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15ixzm347n8w6gdvi3j3yks3i15qmp6by9ayvswm34d929m372d6"))
|
"05qzak1mssnxcgdrafifxh9w86a4ha69qabkg4bsigk499xyxggw"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Loading…
Reference in New Issue