X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/6a17c53ee6bcb74bbf32ca4a616ceadb24701534..a085d7e37f649b0aae8d22e4dfb448049827b989:/default.nix diff --git a/default.nix b/default.nix index c2c751c..a50b21e 100644 --- a/default.nix +++ b/default.nix @@ -3,7 +3,7 @@ pkgs.python3Packages.callPackage ({ lib, buildPythonPackage, nix, git, autopep8, mypy, pylint, }: buildPythonPackage rec { pname = "pinch"; - version = "1.5.1"; + version = "2.0.0"; src = lib.cleanSource ./.; checkInputs = [ nix git mypy ] ++ lib.optionals lint [ autopep8 pylint ]; doCheck = true;