diff options
| -rw-r--r-- | gnu/packages/vpn.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index 6826ca54862..f8d393e2f9d 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm | |||
| @@ -1105,7 +1105,7 @@ LocalAgent, server, and python-bindings for that crate.") | |||
| 1105 | (define-public proton-vpn-cli | 1105 | (define-public proton-vpn-cli |
| 1106 | (package | 1106 | (package |
| 1107 | (name "proton-vpn-cli") | 1107 | (name "proton-vpn-cli") |
| 1108 | (version "0.1.5") | 1108 | (version "0.1.9") |
| 1109 | (source | 1109 | (source |
| 1110 | (origin | 1110 | (origin |
| 1111 | (method git-fetch) | 1111 | (method git-fetch) |
| @@ -1114,7 +1114,7 @@ LocalAgent, server, and python-bindings for that crate.") | |||
| 1114 | (commit (string-append "v" version)))) | 1114 | (commit (string-append "v" version)))) |
| 1115 | (file-name (git-file-name name version)) | 1115 | (file-name (git-file-name name version)) |
| 1116 | (sha256 | 1116 | (sha256 |
| 1117 | (base32 "076aixjwzpggwrgsrjg3z78qcv79cmqfzlpbll1c4mz94bs1gdvs")))) | 1117 | (base32 "0fgib70x0l6hkbidb9qak0sc7158l9rqzmwmrmk0cmxqrknvvxxf")))) |
| 1118 | (build-system pyproject-build-system) | 1118 | (build-system pyproject-build-system) |
| 1119 | (arguments | 1119 | (arguments |
| 1120 | (list | 1120 | (list |
