gnu: openconnect-sso: Update to 0.7.3.
* gnu/packages/vpn.scm (openconnect-sso): Update to 0.7.3.
This commit is contained in:
parent
37c8f313ce
commit
c13b9ae3b9
1 changed files with 2 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue