]> git.scottworley.com Git - git-cache/blobdiff - default.nix
Release 1.4.1
[git-cache] / default.nix
index 049896a2325de6178a087277b79356da79b22264..651c197312d8705568583576e0cc94c296ea64dc 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.1-pre";
+    version = "1.4.1";
     src = lib.cleanSource ./.;
     propagatedBuildInputs = [ backoff ];
     checkInputs = [ nix git mypy ] ++ lib.optionals lint [ autopep8 pylint ];