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:53:59 +0100 |
| commit | 6e140efdb7e2c1cb240865a756ab79b820fdf55f (patch) | |
| tree | fa991268eed3bbfd2489fae15820814d58861efe /gnu | |
| parent | 878120690abac5b223350e66c26c07027ed5a6e7 (diff) | |
gnu: python-proton-vpn-api-core: Update to 4.18.0.
* gnu/packages/vpn.scm (python-proton-vpn-api-core): Update to 4.18.0.
[source] <uri>: Use direct URL instead of [home-page].
[home-page]: Move above synopsis.
Change-Id: I829658df6e57459cf4e0ed124014e1375630f5f8
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/vpn.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm index fc9fd1c6bc0..6826ca54862 100644 --- a/gnu/packages/vpn.scm +++ b/gnu/packages/vpn.scm | |||
| @@ -936,17 +936,16 @@ packages.") | |||
| 936 | (define-public python-proton-vpn-api-core | 936 | (define-public python-proton-vpn-api-core |
| 937 | (package | 937 | (package |
| 938 | (name "python-proton-vpn-api-core") | 938 | (name "python-proton-vpn-api-core") |
| 939 | (version "4.14.1") | 939 | (version "4.18.0") |
| 940 | (home-page "https://github.com/ProtonVPN/python-proton-vpn-api-core") | ||
| 941 | (source | 940 | (source |
| 942 | (origin | 941 | (origin |
| 943 | (method git-fetch) | 942 | (method git-fetch) |
| 944 | (uri (git-reference | 943 | (uri (git-reference |
| 945 | (url home-page) | 944 | (url "https://github.com/ProtonVPN/python-proton-vpn-api-core") |
| 946 | (commit (string-append "v" version)))) | 945 | (commit (string-append "v" version)))) |
| 947 | (file-name (git-file-name name version)) | 946 | (file-name (git-file-name name version)) |
| 948 | (sha256 | 947 | (sha256 |
| 949 | (base32 "0s7qasxiwd924dps1696vlnxr7626li5c31kv2kb3c4sqk6s6867")))) | 948 | (base32 "0hlcgickj0ji25m3szrpb44363nvd859jr0853aqbj8yd74148vp")))) |
| 950 | (build-system pyproject-build-system) | 949 | (build-system pyproject-build-system) |
| 951 | (arguments | 950 | (arguments |
| 952 | (list | 951 | (list |
| @@ -976,6 +975,7 @@ packages.") | |||
| 976 | python-pygobject | 975 | python-pygobject |
| 977 | python-pycairo | 976 | python-pycairo |
| 978 | python-jinja2)) | 977 | python-jinja2)) |
| 978 | (home-page "https://github.com/ProtonVPN/python-proton-vpn-api-core") | ||
| 979 | (synopsis "Core logic used by the other Proton VPN components") | 979 | (synopsis "Core logic used by the other Proton VPN components") |
| 980 | (description | 980 | (description |
| 981 | "This package is a core library used by other @code{python-proton-vpn-} | 981 | "This package is a core library used by other @code{python-proton-vpn-} |
