]> git.scottworley.com Git - pinch/blobdiff - default.nix
Appease new stricter minidom typechecks
[pinch] / default.nix
index e9cf252d945465fc509c56e744fa62ebdafcf88a..352bd1fa1a2ee67f6a353e4c768b4220d8269042 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.11";
+    version = "3.0.13-pre";
     src = lib.cleanSource ./.;
     buildInputs = [ makeWrapper ];
     propagatedBuildInputs = [ git-cache ];