diff options
| author | Arun Isaac <arunisaac@systemreboot.net> | 2025-08-05 11:41:10 +0100 |
|---|---|---|
| committer | Arun Isaac <arunisaac@systemreboot.net> | 2025-08-05 11:58:08 +0100 |
| commit | 557e8f450aee551b73c4da8bbd53f628c898620e (patch) | |
| tree | 12f053eb2ba19d2ad694197a8ce775ec0091f38e /gnu | |
| parent | f6c5051ab2173ecfb7a66d70dc2c77a30267a1a7 (diff) | |
gnu: openconnect-sso: Use python-lxml-4.9.
* gnu/packages/vpn.scm (openconnect-sso)[inputs]: Replace python-lxml with
python-lxml-4.9.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/vpn.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index 58a4c758a40..e511423525c 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -22,7 +22,7 @@ ;;; Copyright © 2022 Lu hui <luhux76@gmail.com> ;;; Copyright © 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com> ;;; Copyright © 2022 Jean-Pierre De Jesus DIAZ <me@jeandudey.tech> -;;; Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net> +;;; Copyright © 2022, 2025 Arun Isaac <arunisaac@systemreboot.net> ;;; Copyright © 2024 Allan Adair <allan@adair.no> ;;; Copyright © 2025 Janneke Nieuwenhuizen <janneke@gnu.org> ;;; @@ -811,7 +811,7 @@ others.") python-attrs python-colorama python-keyring - python-lxml + python-lxml-4.9 python-prompt-toolkit python-requests python-pyqt |
