python312Packages.tskit: 0.5.8 -> 0.6.0

This commit is contained in:
R. Ryantm 2024-11-26 18:02:37 +00:00
parent 429e2dfc3f
commit 8af60309ba

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "tskit";
version = "0.5.8";
version = "0.6.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Wq7ar96w5hdAyKMMvK4zjYln74RmX1l/VhvS++CN+Xk=";
hash = "sha256-ndoqzISujas0hN/ty3IYB6Tv5I4Vn3TySwd4lAS1QQY=";
};
postPatch = ''