]> git.scottworley.com Git - pinch/blobdiff - default.nix
Show which files are unexpectedly incomparable
[pinch] / default.nix
index 8812eee986a159cf560d72356d6429b84b94d6ef..d397854b08c9c4c127c08e0c11891b1fe7b377e3 100644 (file)
@@ -25,7 +25,7 @@ in pkgs.python3Packages.callPackage ({ lib, buildPythonPackage, nix_2_3, git
   , autopep8, makeWrapper, mypy, pylint, git-cache, }:
   buildPythonPackage rec {
     pname = "pinch";
-    version = "3.0.10";
+    version = "3.0.12-pre";
     src = lib.cleanSource ./.;
     buildInputs = [ makeWrapper ];
     propagatedBuildInputs = [ git-cache ];