X-Git-Url: http://git.scottworley.com/git-cache/blobdiff_plain/edc05165103ce280fe4a3ffcee4db423fa214593..9f4532133d9e812f492207d61eaa871043193a39:/default.nix diff --git a/default.nix b/default.nix index 7c0167e..754246e 100644 --- a/default.nix +++ b/default.nix @@ -22,7 +22,7 @@ in pkgs.python3Packages.callPackage ({ lib, buildPythonPackage, nix, git, backoff, autopep8, mypy, pylint, }: buildPythonPackage rec { pname = "git-cache"; - version = "1.2.3"; + version = "1.3.0-pre"; src = lib.cleanSource ./.; propagatedBuildInputs = [ backoff ]; checkInputs = [ nix git mypy ] ++ lib.optionals lint [ autopep8 pylint ];