Commit cfb1d7f2 authored by R. RyanTM's avatar R. RyanTM
Browse files

tclint: 0.6.2 -> 0.7.0

parent 9c6e835e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

python3Packages.buildPythonApplication rec {
  pname = "tclint";
  version = "0.6.2";
  version = "0.7.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "nmoroze";
    repo = "tclint";
    tag = "v${version}";
    hash = "sha256-z0ytMK3xxqXZJTMuY2wiBFo8LXAUZZBb13kr/kXtyjI=";
    hash = "sha256-GkWQlOmPh/IpkdcNKkaHJoVDD2r5wCSFeMZA96dxiXM=";
  };

  build-system = with python3Packages; [