Skip to content

Commit

Permalink
Merge pull request NixOS#154119 from r-ryantm/auto-update/python3.8-p…
Browse files Browse the repository at this point in the history
…ycocotools
  • Loading branch information
mweinelt authored Jan 9, 2022
2 parents c0e55c5 + fdc80b4 commit 4c77d3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pycocotools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

buildPythonPackage rec {
pname = "pycocotools";
version = "2.0.3";
version = "2.0.4";
format = "setuptools";

src = fetchPypi {
inherit pname version;
sha256 = "sha256-OCkCSTABN3EVZSGkuNtLOu9ZBVbPo6jdP6sCfTmyFeE=";
sha256 = "2ab586aa389b9657b6d73c2b9a827a3681f8d00f36490c2e8ab05902e3fd9e93";
};

propagatedBuildInputs = [
Expand All @@ -32,6 +32,6 @@ buildPythonPackage rec {
description = "Official APIs for the MS-COCO dataset";
homepage = "https://github.com/cocodataset/cocoapi/tree/master/PythonAPI";
license = licenses.bsd2;
maintainers = with maintainers; [ hexa piegames ];
maintainers = with maintainers; [ piegames ];
};
}

0 comments on commit 4c77d3a

Please sign in to comment.