python3Packages.proton-vpn-api-core: 0.36.4 -> 0.36.6

Update to the latest commit version.
This commit is contained in:
Viorel-Cătălin Răpițeanu 2024-11-17 16:23:09 +02:00
parent 1cf59f051c
commit fcea615a3b

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "proton-vpn-api-core";
version = "0.36.4";
version = "0.36.6";
pyproject = true;
src = fetchFromGitHub {
owner = "ProtonVPN";
repo = "python-proton-vpn-api-core";
rev = "v${version}";
hash = "sha256-K2uti5QPSK+er8pLiSTrdxRZeKtAaGPj/N3zoIpJhHw=";
hash = "sha256-LzABTSIa7guoAYv9scSm2edxeiSS7yMfJdZnAqXHtF0=";
};
build-system = [