python3Packages.proton-vpn-api-core: 4.19.1 -> 5.0.1

Required by proton-vpn-gtk-app 4.15.3 and proton-vpn-cli 1.0.1, which
pin api-core (>= 5.0.0) in debian/control. 5.0.0 is upstream's
breaking release ("Packet capture groundwork"); 5.0.1 is the
stabilising patch. install_requires and the killswitch_connection_handler
postPatch target are unchanged from 4.19.x.
This commit is contained in:
Bad3r
2026-04-23 22:30:58 +03:00
parent ef4f672aa2
commit 7c95d4eff3
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "proton-vpn-api-core";
version = "4.19.1";
version = "5.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ProtonVPN";
repo = "python-proton-vpn-api-core";
rev = "v${version}";
hash = "sha256-PD/UQ+BoDO6firhlBJDRNrtiHgnp+4uIb8j+egXqxPA=";
hash = "sha256-XdQLgHKNqBNwY51niSiE1HHxLJ3efipS03IUiyHQCiY=";
};
postPatch = ''