python3Packages.proton-vpn-connection: 0.11.3 -> 0.14.4

This commit is contained in:
P. 2024-04-19 11:02:29 -06:00
parent 6c975b60f8
commit fec9bbea95
No known key found for this signature in database
GPG Key ID: 7B0FF33FF90110C7
1 changed files with 2 additions and 2 deletions

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "proton-vpn-connection";
version = "0.11.3";
version = "0.14.4";
pyproject = true;
src = fetchFromGitHub {
owner = "ProtonVPN";
repo = "python-proton-vpn-connection";
rev = "refs/tags/v${version}";
hash = "sha256-RuLnc/olI8S09WFG126N2xZgW4gf+DDpRstcelqMhs4=";
hash = "sha256-Ze/te0G0tDzyZPGVVqvuJlZoHWJqJ36LnHO+Cy5nxx8=";
};
nativeBuildInputs = [