python3Packages.proton-core: 0.2.0 -> 0.3.3 (#343131)

This commit is contained in:
Fabián Heredia Montiel 2024-09-25 09:17:48 -06:00 committed by GitHub
commit 4bd5756f27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "proton-core";
version = "0.2.0";
version = "0.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "ProtonVPN";
repo = "python-proton-core";
rev = "refs/tags/v${version}";
hash = "sha256-IiKmtgcCSe2q3qaNuUSaC/D/vSQzVq7w8VN2Xq81+tQ=";
hash = "sha256-2Drlai/PYzi1z1CtDYfNhol2wamb/HNrvUhj0XsiyHg=";
};
build-system = [ setuptools ];