({ lib, buildPythonPackage, nix, git, autopep8, mypy, pylint, git-cache, }:
buildPythonPackage rec {
pname = "pinch";
- version = "3.3.1-pre";
+ version = "3.3.1";
src = lib.cleanSource ./.;
propagatedBuildInputs = [ git-cache ];
"${checkInputsName}" = [ nix git mypy ]