Merge pull request #224230 from fabaff/ansible-doctor-bump

python310Packages.ansible-doctor: 2.0.2 -> 2.0.3
This commit is contained in:
Fabian Affolter 2023-04-04 08:59:27 +02:00 committed by GitHub
commit 0c6fe16be4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "ansible-doctor";
version = "2.0.2";
version = "2.0.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "thegeeklab";
repo = "ansible-doctor";
rev = "refs/tags/v${version}";
hash = "sha256-hbHQbYc/cOqbeubAMa0J+UtI00jtyG/WUBe0xcSaGSI=";
hash = "sha256-rhXhz6aUQ9hw83cfHmOLXMyyLQc7pSCGgurFhuglKjU=";
};
pythonRelaxDeps = true;