python312Packages.tskit: 0.6.1 -> 0.6.2 (#399889)

This commit is contained in:
Nick Cao
2025-04-20 09:34:19 -04:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "tskit";
version = "0.6.1";
version = "0.6.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-IrrI3AQx53mdbrZ9o0zN7C2XDVD8iLgOrWDV9At0tR0=";
hash = "sha256-2ME+czMbliqdPDUsF2jlK6Ymh7YxZwXs7GoEVY1XVYE=";
};
postPatch = ''