Merge pull request #336980 from r-ryantm/auto-update/robotframework-tidy

robotframework-tidy: 4.13.0 -> 4.14.0
This commit is contained in:
Nick Cao 2024-08-24 10:41:05 -04:00 committed by GitHub
commit 5a52550c04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "robotframework-tidy";
version = "4.13.0";
version = "4.14.0";
pyproject = true;
src = fetchFromGitHub {
owner = "MarketSquare";
repo = "robotframework-tidy";
rev = version;
hash = "sha256-MCx0J+uZ2LI0K1TrIwJbLVTUTJnLxTvYXUJNtIMsnQU=";
rev = "refs/tags/${version}";
hash = "sha256-FsZraD0Kn9e6J0XzJsm4m0dIXHi86AWGad13ggqm3h4=";
};
build-system = with python3.pkgs; [ setuptools ];