Commit 25d26258 authored by R. RyanTM's avatar R. RyanTM Committed by Bjørn Forsman
Browse files

robotframework-tidy: 4.17.0 -> 4.18.0

parent c7b8c05e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "robotframework-tidy";
  version = "4.17.0";
  version = "4.18.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "MarketSquare";
    repo = "robotframework-tidy";
    tag = version;
    hash = "sha256-R/IfIM1bL622HLfxgoIV9iPb6QG/VkXx/hRhtTdxpCo=";
    hash = "sha256-WAuB+kTEZAG1uVEXVY1CdIDGeRRHo5AT1bHs8/wBBcc=";
  };

  build-system = with python3.pkgs; [ setuptools ];