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

python310Packages.ansible-doctor: 1.3.0 -> 1.4.0

authored by

Fabian Affolter and committed by
GitHub
e68082a6 625f44fa

+3 -3
+3 -3
pkgs/development/python-modules/ansible-doctor/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "ansible-doctor"; 20 - version = "1.3.0"; 20 + version = "1.4.0"; 21 21 format = "pyproject"; 22 22 23 23 disabled = pythonOlder "3.7"; ··· 26 26 owner = "thegeeklab"; 27 27 repo = "ansible-doctor"; 28 28 rev = "v${version}"; 29 - hash = "sha256-lJKJE9UccknQg8aqt/6qmjKKaICBxaCH5e8fdmie6u8="; 29 + hash = "sha256-onRur31Sa95nsXUYFJdAHySm4nIXqP01nT70IFPwLCo="; 30 30 }; 31 31 32 32 nativeBuildInputs = [ ··· 56 56 --replace 'Jinja2 = "3.1.2"' 'Jinja2 = "*"' \ 57 57 --replace 'anyconfig = "0.13.0"' 'anyconfig = "*"' \ 58 58 --replace 'environs = "9.5.0"' 'environs = "*"' \ 59 - --replace 'jsonschema = "4.4.0"' 'jsonschema = "*"' \ 59 + --replace 'jsonschema = "4.6.0"' 'jsonschema = "*"' \ 60 60 --replace '"ruamel.yaml" = "0.17.21"' '"ruamel.yaml" = "*"' 61 61 ''; 62 62