]> git.scottworley.com Git - pinch/blobdiff - default.nix
Don't pass --experimental-features to old nix
[pinch] / default.nix
index 20858fa1d17cef23ff4ef3291f0273f887d3025b..faf474248c04430906781810f187ff5df6dfec96 100644 (file)
@@ -38,7 +38,7 @@ in pkgs.python3Packages.callPackage
 ({ lib, buildPythonPackage, nix, git, autopep8, mypy, pylint, git-cache, }:
   buildPythonPackage rec {
     pname = "pinch";
-    version = "3.0.2";
+    version = "3.0.3-pre";
     src = lib.cleanSource ./.;
     propagatedBuildInputs = [ git-cache ];
     checkInputs = [ nix git mypy ] ++ lib.optionals lint [ autopep8 pylint ];