summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-04-01 20:53:12 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-04-01 20:53:59 +0100
commit6e140efdb7e2c1cb240865a756ab79b820fdf55f (patch)
treefa991268eed3bbfd2489fae15820814d58861efe /gnu
parent878120690abac5b223350e66c26c07027ed5a6e7 (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.scm8
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.")
(define-public python-proton-vpn-api-core
(package
(name "python-proton-vpn-api-core")
- (version "4.14.1")
- (home-page "https://github.com/ProtonVPN/python-proton-vpn-api-core")
+ (version "4.18.0")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url home-page)
+ (url "https://github.com/ProtonVPN/python-proton-vpn-api-core")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0s7qasxiwd924dps1696vlnxr7626li5c31kv2kb3c4sqk6s6867"))))
+ (base32 "0hlcgickj0ji25m3szrpb44363nvd859jr0853aqbj8yd74148vp"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -976,6 +975,7 @@ packages.")
python-pygobject
python-pycairo
python-jinja2))
+ (home-page "https://github.com/ProtonVPN/python-proton-vpn-api-core")
(synopsis "Core logic used by the other Proton VPN components")
(description
"This package is a core library used by other @code{python-proton-vpn-}