]> git.scottworley.com Git - git-cache/blobdiff - default.nix
Release 1.4.2
[git-cache] / default.nix
index 9b932fb14518bd6f653300a76aa26b43e210fb2b..265b45096492e20dd95327f8722ad74ebe32e6b9 100644 (file)
@@ -4,7 +4,7 @@ pkgs.python3Packages.callPackage
 ({ lib, buildPythonPackage, nix, git, backoff, autopep8, mypy, pylint, }:
   buildPythonPackage rec {
     pname = "git-cache";
-    version = "1.4.2-pre";
+    version = "1.4.2";
     src = lib.cleanSource ./.;
     propagatedBuildInputs = [ backoff ];
     checkInputs = [ nix git mypy ] ++ lib.optionals lint [ autopep8 pylint ];