Archived
1
0
Fork 0

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 @@ and probably others.")
(define-public openconnect-sso (define-public openconnect-sso
(package (package
(name "openconnect-sso") (name "openconnect-sso")
(version "0.7.2") (version "0.7.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "openconnect-sso" version)) (uri (pypi-uri "openconnect-sso" version))
(sha256 (sha256
(base32 (base32 "065s5c8q80jh0psdw7694nlabwpra7aw6yc4jlgsc9vxx8rx2na1"))))
"0nb40zfpp38mz6389y0qvrr4mmak53swpg7578cldnhnk0g15qni"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f ; Tests not included, building from git requires poetry. `(#:tests? #f ; Tests not included, building from git requires poetry.