python3Packages.pycocotools: 2.0.7 -> 2.0.8

This commit is contained in:
Martin Weinelt
2024-06-24 12:15:51 +02:00
parent 584c864cf1
commit 6d185cf35b
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "pycocotools";
version = "2.0.7";
version = "2.0.8";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-2ot4FRlu6/Ctq/Z/zEWRJsvGSYu8arH9FEw3FGXYaHk=";
hash = "sha256-jyvO23hromw2ejaA+cTrWyrZ3MsrNOrrIF4KAh4d+40=";
};
propagatedBuildInputs = [