Unverified Commit 84a875e8 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

tclint: 0.6.2 -> 0.7.0 (#473531)

parents feef00df cfb1d7f2
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; [