python310Packages.allpairspy: 2.5.0 -> 2.5.1

This commit is contained in:
R. Ryantm
2023-07-10 08:30:51 +00:00
parent 29f96cc801
commit e9ffb19d79
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "allpairspy";
version = "2.5.0";
version = "2.5.1";
src = fetchPypi {
inherit pname version;
sha256 = "9358484c91abe74ba18daf9d6d6904c5be7cc8818397d05248c9d336023c28b1";
sha256 = "sha256-9p0xo7Vu7hGdHsYGPpxzLdRPu6NS73OMsi2WmfxACf4=";
};
propagatedBuildInputs = [ six ];