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:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user