]> git.scottworley.com Git - git-cache/blobdiff - default.nix
Release 1.4.0
[git-cache] / default.nix
index 527bd14633a33bd3a49d3b64d2cdc022dbebca28..eda4152c4c9822ccc953b6c964e25290e60adfb5 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.4.0-pre";
+    version = "1.4.0";
     src = lib.cleanSource ./.;
     propagatedBuildInputs = [ backoff ];
     checkInputs = [ nix git mypy ] ++ lib.optionals lint [ autopep8 pylint ];