gnu: openconnect-sso: Update to 0.7.3.

* gnu/packages/vpn.scm (openconnect-sso): Update to 0.7.3.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-22 02:21:16 +02:00
parent 37c8f313ce
commit c13b9ae3b9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -293,14 +293,13 @@ (define-public openconnect
(define-public openconnect-sso
(package
(name "openconnect-sso")
(version "0.7.2")
(version "0.7.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "openconnect-sso" version))
(sha256
(base32
"0nb40zfpp38mz6389y0qvrr4mmak53swpg7578cldnhnk0g15qni"))))
(base32 "065s5c8q80jh0psdw7694nlabwpra7aw6yc4jlgsc9vxx8rx2na1"))))
(build-system python-build-system)
(arguments
`(#:tests? #f ; Tests not included, building from git requires poetry.