diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-20 15:16:52 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-20 15:48:22 +0100 |
commit | 04d50f0abf6eef721ef8de9d015d2121282c7b0b (patch) | |
tree | bdda0ff0102b8ebf6ad3971be799a200f1480f1d /gnu/packages/vpn.scm | |
parent | fee91b8703621344cf9a56d5574a5aadecdc5c0f (diff) |
gnu: protonvpn-cli: Update to 2.2.6.
* gnu/packages/vpn.scm (protonvpn-cli): Update to 2.2.6.
Diffstat (limited to 'gnu/packages/vpn.scm')
-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 0c504ca6cc..1663e242de 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm @@ -351,7 +351,7 @@ traversing network address translators (@dfn{NAT}s) and firewalls.") (define-public protonvpn-cli (package (name "protonvpn-cli") - (version "2.2.4") + (version "2.2.6") (source (origin ;; PyPI has a ".whl" file but not a proper source release. @@ -362,8 +362,7 @@ traversing network address translators (@dfn{NAT}s) and firewalls.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 - "08yca0a0prrnrc7ir7ajd56yxvxpcs4m1k8f5kf273f5whgr7wzw")))) + (base32 "0y7v9ikrmy5dbjlpbpacp08gy838i8z54m8m4ps7ldk1j6kyia3n")))) (build-system python-build-system) (arguments '(#:tests? #f)) ; no tests in repo (native-inputs |