Archived
1
0
Fork 0

gnu: protonvpn-cli: Update to 2.2.6.

* gnu/packages/vpn.scm (protonvpn-cli): Update to 2.2.6.
This commit is contained in:
Tobias Geerinckx-Rice 2020-12-20 15:16:52 +01:00
parent fee91b8703
commit 04d50f0abf
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -351,7 +351,7 @@ traversing network address translators (@dfn{NAT}s) and firewalls.")
(define-public protonvpn-cli (define-public protonvpn-cli
(package (package
(name "protonvpn-cli") (name "protonvpn-cli")
(version "2.2.4") (version "2.2.6")
(source (source
(origin (origin
;; PyPI has a ".whl" file but not a proper source release. ;; 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)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "0y7v9ikrmy5dbjlpbpacp08gy838i8z54m8m4ps7ldk1j6kyia3n"))))
"08yca0a0prrnrc7ir7ajd56yxvxpcs4m1k8f5kf273f5whgr7wzw"))))
(build-system python-build-system) (build-system python-build-system)
(arguments '(#:tests? #f)) ; no tests in repo (arguments '(#:tests? #f)) ; no tests in repo
(native-inputs (native-inputs