diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-04 13:22:31 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:55 +0100 |
| commit | 6fbd1da486e57237e3de4ab4ec41bff073147e29 (patch) | |
| tree | dde507d1f20024d4e6365d992f0be03b3f7e9bda /gnu | |
| parent | f50a3c37dac535a30a42348870ecf8c031ea3469 (diff) | |
gnu: proton-vpn-cli: Update to 0.1.5.
* gnu/packages/vpn.scm (proton-vpn-cli): Update to 0.1.5.
[phases]{prepare-tests}: Remove phase.
{prepare-envs}: New phase.
[propagated-inputs]: Remove python-sentry-sdk; add python-tabulate.
Change-Id: I77c88e4d2442b1679444b4b61d4c04511bc05839
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/vpn.scm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index 71ceccf079a..138f2194026 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -1105,24 +1105,24 @@ LocalAgent, server, and python-bindings for that crate.") (define-public proton-vpn-cli (package (name "proton-vpn-cli") - (version "0.1.3") + (version "0.1.5") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/ProtonVPN/proton-vpn-cli") - (commit (string-append "v" version)))) + (url "https://github.com/ProtonVPN/proton-vpn-cli") + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1kckgdqx9mgayyj3dh2fgd9brzw2s4wrxl6ajsfssnfmpqnz2zhy")))) + (base32 "076aixjwzpggwrgsrjg3z78qcv79cmqfzlpbll1c4mz94bs1gdvs")))) (build-system pyproject-build-system) (arguments (list #:phases #~(modify-phases %standard-phases - (add-before 'check 'prepare-tests + (add-before 'build 'prepare-envs (lambda _ - (setenv "HOME" (getcwd)) + (setenv "HOME" "/tmp") (setenv "XDG_RUNTIME_DIR" (string-append (getcwd) "/.run"))))))) (native-inputs (list python-pytest @@ -1134,10 +1134,10 @@ LocalAgent, server, and python-bindings for that crate.") (list python-click python-dbus-fast python-proton-core + python-proton-keyring-linux python-proton-vpn-api-core python-proton-vpn-local-agent - python-proton-keyring-linux - python-sentry-sdk)) + python-tabulate)) (synopsis "Command-line client for ProtonVPN") (description "This is the official command-line interface for ProtonVPN, a secure |
