python3Packages.proton-vpn-session: 0.6.5 -> 0.6.7

This commit is contained in:
P. 2024-04-19 10:13:50 -06:00
parent ef501d8fcd
commit bc8a6765d0
No known key found for this signature in database
GPG Key ID: 7B0FF33FF90110C7
1 changed files with 2 additions and 2 deletions

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "proton-vpn-session";
version = "0.6.5";
version = "0.6.7";
pyproject = true;
src = fetchFromGitHub {
owner = "ProtonVPN";
repo = "python-proton-vpn-session";
rev = "refs/tags/v${version}";
hash = "sha256-1oyCxBO9YqMopbw88UJF8k4BJFP4+m23NwSrqTYqcg8=";
hash = "sha256-/5ju/2bxhqK6JWchkxFe3amBKHtO98GCVQWIrUsn+nQ=";
};
nativeBuildInputs = [