python3Packages.tskit: 0.6.2 -> 0.6.3

This commit is contained in:
R. Ryantm
2025-05-03 01:42:13 +00:00
parent 429c338e15
commit b79668449c
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "tskit";
version = "0.6.2";
version = "0.6.3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-2ME+czMbliqdPDUsF2jlK6Ymh7YxZwXs7GoEVY1XVYE=";
hash = "sha256-bbo89pMhTDEF2M3c1pauDjECNmk34CmmqmXNmOcbVfI=";
};
postPatch = ''