]> git.scottworley.com Git - pinch/blobdiff - default.nix
Deprecation notice
[pinch] / default.nix
index c69c03af062693971319cf3bab0ff39650088324..3c3f9ca61bdc1698b7d3a89624754b9293f5c75b 100644 (file)
@@ -38,7 +38,7 @@ in pkgs.python3Packages.callPackage ({ lib, buildPythonPackage, nix, git
   , autopep8, makeWrapper, mypy, pylint, git-cache, }:
   buildPythonPackage rec {
     pname = "pinch";
-    version = "3.0.5-pre";
+    version = "3.0.6-pre";
     src = lib.cleanSource ./.;
     buildInputs = [ makeWrapper ];
     propagatedBuildInputs = [ git-cache ];