Merge pull request #261372 from r-ryantm/auto-update/python310Packages.tskit

python310Packages.tskit: 0.5.5 -> 0.5.6
This commit is contained in:
Weijia Wang 2023-10-16 22:22:40 +02:00 committed by GitHub
commit a82f771856
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "tskit";
version = "0.5.5";
version = "0.5.6";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-phhBTAHAPlBnmzSiLmPYDMg1Mui85NZacni3WuYAc6c=";
hash = "sha256-3f4hPxywY822mCF3IwooBezX38fM1zAm4Th4q//SzkY=";
};
nativeBuildInputs = [