]> git.scottworley.com Git - git-cache/blobdiff - default.nix
Start on 1.3.1
[git-cache] / default.nix
index 67df11d5625453914507f65f8abb617fa32d9fa5..9e65856c6b95f53bdceb1c563ef5e80853ae635d 100644 (file)
@@ -22,7 +22,7 @@ in pkgs.python3Packages.callPackage
 ({ lib, buildPythonPackage, nix, git, backoff, autopep8, mypy, pylint, }:
   buildPythonPackage rec {
     pname = "git-cache";
-    version = "1.3.0";
+    version = "1.3.1-pre";
     src = lib.cleanSource ./.;
     propagatedBuildInputs = [ backoff ];
     checkInputs = [ nix git mypy ] ++ lib.optionals lint [ autopep8 pylint ];