python3Packages.proton-core: 0.1.15-unstable-2023-10-24 -> 0.1.16

This commit is contained in:
P. 2024-04-05 22:43:06 -06:00
parent 868b180030
commit ef501d8fcd
No known key found for this signature in database
GPG Key ID: 7B0FF33FF90110C7
1 changed files with 4 additions and 4 deletions

View File

@ -10,16 +10,16 @@
, pytestCheckHook
}:
buildPythonPackage {
buildPythonPackage rec {
pname = "proton-core";
version = "0.1.15-unstable-2023-10-24";
version = "0.1.16";
pyproject = true;
src = fetchFromGitHub {
owner = "ProtonVPN";
repo = "python-proton-core";
rev = "5e795e04094dff67c03c56f2f3de03ff43514cc4";
hash = "sha256-hchwrolc65tVmSe2IzxwH2zDU2JZzXrCMzWaETWcMDI=";
rev = "refs/tags/v${version}";
hash = "sha256-072XuHvgWludlFwp/tqLpuAU89vzifFhwQ01FuiCoL8=";
};
nativeBuildInputs = [