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 @@ 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.
|
||||||
|
|
Reference in a new issue