diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-01 20:53:12 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-01 20:56:01 +0100 |
| commit | 4e6cf49809339f02f9d5268c3224e2d6e4e88a9c (patch) | |
| tree | bb9d68791c2165999ca17107c85cdc8d9e548351 /gnu/packages | |
| parent | 6e140efdb7e2c1cb240865a756ab79b820fdf55f (diff) | |
gnu: proton-vpn-cli: Update to 0.1.9.
* gnu/packages/vpn.scm (proton-vpn-cli): Update to 0.1.9.
Relates-to: https://codeberg.org/guix/guix/issues/7603
Change-Id: I8c8935b933d452496c2950db18dcbca3371e4435
Diffstat (limited to 'gnu/packages')
| -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.") (define-public proton-vpn-cli (package (name "proton-vpn-cli") - (version "0.1.5") + (version "0.1.9") (source (origin (method git-fetch) @@ -1114,7 +1114,7 @@ LocalAgent, server, and python-bindings for that crate.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "076aixjwzpggwrgsrjg3z78qcv79cmqfzlpbll1c4mz94bs1gdvs")))) + (base32 "0fgib70x0l6hkbidb9qak0sc7158l9rqzmwmrmk0cmxqrknvvxxf")))) (build-system pyproject-build-system) (arguments (list |
