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