Unverified Commit 4d60d1ed authored by piegames's avatar piegames Committed by GitHub
Browse files

python3Packages.pycocotools: 2.0.10 -> 2.0.11 (#471928)

parents b367deff 42541fe7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@

buildPythonPackage rec {
  pname = "pycocotools";
  version = "2.0.10";
  version = "2.0.11";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-ekdgnN78leXhUTE8fZOmHPBuFdQse6mbYB47wPns4uE=";
    hash = "sha256-NCVNdtqFV2/K9cHzqpquFrjLFUGDNLpCg7gAeWvRmT0=";
  };

  propagatedBuildInputs = [