Merge pull request #169584 from r-ryantm/auto-update/python3.10-phe

python310Packages.phe: 1.4.0 -> 1.5.0
This commit is contained in:
Sandro 2022-04-21 16:14:06 +02:00 committed by GitHub
commit f4acbd402b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
let
pname = "phe";
version = "1.4.0";
version = "1.5.0";
in
buildPythonPackage {
@ -13,7 +13,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
sha256 = "0wzlk7d24kp0f5kpm0kvvc88mm42144f5cg9pcpb1dsfha75qy5m";
sha256 = "sha256-mS+3CR0kJ/DZczlG+PNQrN1NHQEgV/Kq02S6eflwM5w=";
};
buildInputs = [ click gmpy2 numpy ];