]> git.scottworley.com Git - pinch/blobdiff - default.nix
Release 3.0.0
[pinch] / default.nix
index b3fc3a544a1cba59d941578590d18c813db00533..62798c154dc5150ad2ffbe7bfa36e35d6c22f9cf 100644 (file)
@@ -19,7 +19,7 @@ in pkgs.python3Packages.callPackage
 ({ lib, buildPythonPackage, nix, git, autopep8, mypy, pylint, git-cache, }:
   buildPythonPackage rec {
     pname = "pinch";
-    version = "3.0.0-pre";
+    version = "3.0.0";
     src = lib.cleanSource ./.;
     propagatedBuildInputs = [ git-cache ];
     checkInputs = [ nix git mypy ] ++ lib.optionals lint [ autopep8 pylint ];