({ lib, buildPythonPackage, nix, git, autopep8, mypy, pylint, git-cache, }:
buildPythonPackage rec {
pname = "pinch";
- version = "3.0.1";
+ version = "3.0.3";
src = lib.cleanSource ./.;
propagatedBuildInputs = [ git-cache ];
checkInputs = [ nix git mypy ] ++ lib.optionals lint [ autopep8 pylint ];