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