summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-11-06 00:29:38 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-06 00:29:51 +0000
commit6dba6e567cc4a2303c6a561005d8015425cbf01c (patch)
tree5a4d563bd895a385d6e953038e1ee7dd0086a1b2 /gnu
parent7defdcb5f5322fed94f90826628688af346f6990 (diff)
gnu: openconnect-sso: Update to 0.8.0-0.9412807.
* gnu/packages/vpn.scm (openconnect-sso): Update to 94128073ef49acb3bad84a2ae19fdef926ab7bdf commit. [inputs]: Remove python-pyqt, python-pyqtwebengine, and qtwebengine-5; add python-pyotp, python-pyqt-6, and python-pyqtwebengine-6. Change-Id: I3630de188024524bc34bbc3003452c7ac1be14f4
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/vpn.scm22
1 files changed, 14 insertions, 8 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 689b91551bd..26d656eb986 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -784,16 +784,22 @@ others.")
(define-public openconnect-sso
(package
(name "openconnect-sso")
- (version "0.8.0")
+ ;; 0.8.0 was released in 2021, the latest update on master HEAD is from
+ ;; 2023.
+ (properties '((commit . "94128073ef49acb3bad84a2ae19fdef926ab7bdf")
+ (revision . "0")))
+ (version (git-version "0.8.0"
+ (assoc-ref properties 'revision)
+ (assoc-ref properties 'commit)))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/vlaci/openconnect-sso")
- (commit (string-append "v" version))))
+ (commit (assoc-ref properties 'commit))))
(file-name (git-file-name name version))
(sha256
- (base32 "0l214qxhxx214628mcg6rmbzbzna7mxj5l7rah9q4vvcd88ymp39"))))
+ (base32 "08cqd40p9vld1liyl6qrsdrilzc709scyfghfzmmja3m1m7nym94"))))
(build-system pyproject-build-system)
(arguments
`(#:phases
@@ -818,14 +824,14 @@ others.")
python-keyring
python-lxml-4.9
python-prompt-toolkit
- python-requests
- python-pyqt
- python-pyqtwebengine
+ python-pyotp
+ python-pyqt-6
+ python-pyqtwebengine-6
python-pysocks
python-pyxdg
+ python-requests
python-structlog
- python-toml
- qtwebengine-5))
+ python-toml))
(native-inputs
(list python-poetry-core
python-pytest