X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/6a17c53ee6bcb74bbf32ca4a616ceadb24701534..9ee71b8de80b57ed5851203b581ac09b3792d2c8:/default.nix?ds=sidebyside diff --git a/default.nix b/default.nix index c2c751c..9e2a5f1 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.1.0-pre"; src = lib.cleanSource ./.; checkInputs = [ nix git mypy ] ++ lib.optionals lint [ autopep8 pylint ]; doCheck = true;