]> git.scottworley.com Git - git-cache/blobdiff - default.nix
Offer "overlay" and "overlays" flake outputs
[git-cache] / default.nix
index 6377881b0a9487c289cc276d0ca91408c43799ce..754246e5acbe14a7130a69d9cd7403a397977f58 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.2.1";
+    version = "1.3.0-pre";
     src = lib.cleanSource ./.;
     propagatedBuildInputs = [ backoff ];
     checkInputs = [ nix git mypy ] ++ lib.optionals lint [ autopep8 pylint ];