robotframework-tidy: 4.15.0 -> 4.16.0
Diff: https://github.com/MarketSquare/robotframework-tidy/compare/refs/tags/4.15.0...4.16.0 Changelog: https://github.com/MarketSquare/robotframework-tidy/blob/main/docs/releasenotes/4.16.0.rst
This commit is contained in:
parent
4a21427ac9
commit
53c86af2d3
@ -6,14 +6,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "robotframework-tidy";
|
||||
version = "4.15.0";
|
||||
version = "4.16.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "MarketSquare";
|
||||
repo = "robotframework-tidy";
|
||||
tag = version;
|
||||
hash = "sha256-PNf0K1+kjijvJ53UCKkC2LyjBJOroDPdtYjcXbRU1VI=";
|
||||
hash = "sha256-QTDbxq78p5O5jORyHThUcNx0/VWm0ZRBS8S//Ya9Oig=";
|
||||
};
|
||||
|
||||
build-system = with python3.pkgs; [ setuptools ];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user