python311Packages.phe: 1.5.0 -> 1.5.1

This commit is contained in:
R. Ryantm
2024-05-19 14:02:35 +00:00
parent 0bdd49cb10
commit 8597b3328b
@@ -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 ];