diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-22 02:21:16 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-22 02:21:47 +0200 |
commit | c13b9ae3b9fb12d2206eb0ee0d3578e68ecf281f (patch) | |
tree | 684bff991cf71e3cd1464c8123400e15c0eb9ffd /gnu | |
parent | 37c8f313ce1c32c263074b257d588a2a5ef5d9d3 (diff) | |
download | guix-c13b9ae3b9fb12d2206eb0ee0d3578e68ecf281f.tar guix-c13b9ae3b9fb12d2206eb0ee0d3578e68ecf281f.tar.gz |
gnu: openconnect-sso: Update to 0.7.3.
* gnu/packages/vpn.scm (openconnect-sso): Update to 0.7.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/vpn.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index adb48b1b97..f19ffe8e21 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -293,14 +293,13 @@ and probably others.") (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. |