Merge pull request #312903 from r-ryantm/auto-update/python311Packages.phe

python311Packages.phe: 1.5.0 -> 1.5.1
This commit is contained in:
Nick Cao
2024-05-19 11:30:13 -04:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "phe";
version = "1.5.0";
version = "1.5.1";
pyproject = true;
# https://github.com/data61/python-paillier/issues/51
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "data61";
repo = "python-paillier";
rev = "refs/tags/${version}";
hash = "sha256-fsZ8x/K+8V4zyVgkci6XNAm89zQFWEbmRVp4jazFfVY=";
hash = "sha256-P//4ZL4+2zcB5sWvujs2N0CHFz+EBLERWrPGLLHj6CY=";
};
build-system = [ setuptools ];