lol

Merge pull request #216120 from r-ryantm/auto-update/python310Packages.ansible-doctor

python310Packages.ansible-doctor: 1.4.8 -> 2.0.0

authored by

Fabian Affolter and committed by
GitHub
a2af3717 11a5b58f

+2 -2
+2 -2
pkgs/development/python-modules/ansible-doctor/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "ansible-doctor"; 21 - version = "1.4.8"; 21 + version = "2.0.0"; 22 22 format = "pyproject"; 23 23 24 24 disabled = pythonOlder "3.7"; ··· 27 27 owner = "thegeeklab"; 28 28 repo = "ansible-doctor"; 29 29 rev = "refs/tags/v${version}"; 30 - hash = "sha256-A4SqDEArnRG9SJTqU/C9TOQO2vjot+hfj2/PKB/JMfw="; 30 + hash = "sha256-P2PC90coR+FpQkO+SUon72bDLTYJhZ5qbcOdCKuFFwE="; 31 31 }; 32 32 33 33 pythonRelaxDeps = true;