robotframework-tidy: 4.11.0 -> 4.13.0
Diff: https://github.com/MarketSquare/robotframework-tidy/compare/4.11.0...4.13.0 Changelog: https://github.com/MarketSquare/robotframework-tidy/blob/main/docs/releasenotes/4.13.0.rst
This commit is contained in:
parent
edb996ab3e
commit
7317c5779e
@ -6,14 +6,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "robotframework-tidy";
|
||||
version = "4.11.0";
|
||||
version = "4.13.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "MarketSquare";
|
||||
repo = "robotframework-tidy";
|
||||
rev = version;
|
||||
hash = "sha256-pWW7Ex184WgnPfqHg5qQjfE+9UPvCmE5pwkY8jrp9bI=";
|
||||
hash = "sha256-MCx0J+uZ2LI0K1TrIwJbLVTUTJnLxTvYXUJNtIMsnQU=";
|
||||
};
|
||||
|
||||
build-system = with python3.pkgs; [ setuptools ];
|
||||
|
Loading…
Reference in New Issue
Block a user