]> git.scottworley.com Git - pinch/blobdiff - default.nix
Release 3.3.1
[pinch] / default.nix
index 137402286f4979829d6fdfff38872a8eaa1e9ba7..6ba300ad1fdba927963c81c189648913c397bb16 100644 (file)
@@ -25,7 +25,7 @@ in pkgs.python3Packages.callPackage
 ({ lib, buildPythonPackage, nix, git, autopep8, mypy, pylint, git-cache, }:
   buildPythonPackage rec {
     pname = "pinch";
-    version = "3.3.0-pre";
+    version = "3.3.1";
     src = lib.cleanSource ./.;
     propagatedBuildInputs = [ git-cache ];
     "${checkInputsName}" = [ nix git mypy ]