X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/d8e3190241be14f3f6ef78b936386544157a2a2c..37f44333dcd4edce790e94809d6fed6cc1080e20:/default.nix?ds=inline diff --git a/default.nix b/default.nix index 352bd1f..143e574 100644 --- a/default.nix +++ b/default.nix @@ -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.13-pre"; + version = "3.0.15-pre"; src = lib.cleanSource ./.; buildInputs = [ makeWrapper ]; propagatedBuildInputs = [ git-cache ];