mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: protonvpn-cli: Update to 2.2.6.
* gnu/packages/vpn.scm (protonvpn-cli): Update to 2.2.6.
This commit is contained in:
parent
fee91b8703
commit
04d50f0abf
1 changed files with 2 additions and 3 deletions
|
@ -351,7 +351,7 @@ (define-public openvpn
|
|||
(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 @@ (define-public protonvpn-cli
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue