]> git.scottworley.com Git - pinch/blobdiff - default.nix
Fix typo in README
[pinch] / default.nix
index 62798c154dc5150ad2ffbe7bfa36e35d6c22f9cf..56f47deebc7b86acddafed2e53a553e3bd9350ab 100644 (file)
@@ -19,7 +19,7 @@ in pkgs.python3Packages.callPackage
 ({ lib, buildPythonPackage, nix, git, autopep8, mypy, pylint, git-cache, }:
   buildPythonPackage rec {
     pname = "pinch";
-    version = "3.0.0";
+    version = "3.0.1-pre";
     src = lib.cleanSource ./.;
     propagatedBuildInputs = [ git-cache ];
     checkInputs = [ nix git mypy ] ++ lib.optionals lint [ autopep8 pylint ];