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