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

View File

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