gnu: protonvpn-cli: Update to 2.2.4.
* gnu/packages/vpn.scm (protonvpn-cli): Update to 2.2.4 Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
3f3fd3d499
commit
90a6991385
|
@ -53,6 +53,7 @@
|
||||||
#:use-module (gnu packages guile)
|
#:use-module (gnu packages guile)
|
||||||
#:use-module (gnu packages libevent)
|
#:use-module (gnu packages libevent)
|
||||||
#:use-module (gnu packages linux)
|
#:use-module (gnu packages linux)
|
||||||
|
#:use-module (gnu packages ncurses)
|
||||||
#:use-module (gnu packages nss)
|
#:use-module (gnu packages nss)
|
||||||
#:use-module (gnu packages perl)
|
#:use-module (gnu packages perl)
|
||||||
#:use-module (gnu packages pkg-config)
|
#:use-module (gnu packages pkg-config)
|
||||||
|
@ -321,7 +322,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.2")
|
(version "2.2.4")
|
||||||
(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.
|
||||||
|
@ -333,7 +334,7 @@ traversing network address translators (@dfn{NAT}s) and firewalls.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ixjb02kj4z79whm1izd8mrn2h0rp9cmw4im1qvp93rahqxdd4n8"))))
|
"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
|
||||||
|
@ -342,7 +343,8 @@ traversing network address translators (@dfn{NAT}s) and firewalls.")
|
||||||
`(("pythondialog" ,python-pythondialog)
|
`(("pythondialog" ,python-pythondialog)
|
||||||
("requests" ,python-requests)))
|
("requests" ,python-requests)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("openvpn" ,openvpn)))
|
`(("openvpn" ,openvpn)
|
||||||
|
("dialog" ,dialog)))
|
||||||
(synopsis "Command-line client for ProtonVPN")
|
(synopsis "Command-line client for ProtonVPN")
|
||||||
(description
|
(description
|
||||||
"This is the official command-line interface for ProtonVPN, a secure
|
"This is the official command-line interface for ProtonVPN, a secure
|
||||||
|
|
Reference in New Issue