Merge pull request #177419 from fabaff/ansible-later-bump

python310Packages.ansible-later: 2.0.13 -> 2.0.14

authored by

Fabian Affolter and committed by
GitHub
07b47eee e68082a6

+3 -3
+3 -3
pkgs/development/python-modules/ansible-later/default.nix
··· 21 22 buildPythonPackage rec { 23 pname = "ansible-later"; 24 - version = "2.0.13"; 25 format = "pyproject"; 26 27 disabled = pythonOlder "3.8"; ··· 30 owner = "thegeeklab"; 31 repo = pname; 32 rev = "refs/tags/v${version}"; 33 - hash = "sha256-9xVFvXCHjgF+7asO1ialGIofJwsRRRiydo/Ui2C+Wig="; 34 }; 35 36 nativeBuildInputs = [ ··· 63 --replace " --cov=ansiblelater --cov-report=xml:coverage.xml --cov-report=term --cov-append --no-cov-on-fail" "" \ 64 --replace 'PyYAML = "6.0"' 'PyYAML = "*"' \ 65 --replace 'unidiff = "0.7.3"' 'unidiff = "*"' \ 66 - --replace 'jsonschema = "4.4.0"' 'jsonschema = "*"' 67 ''; 68 69 postInstall = ''
··· 21 22 buildPythonPackage rec { 23 pname = "ansible-later"; 24 + version = "2.0.14"; 25 format = "pyproject"; 26 27 disabled = pythonOlder "3.8"; ··· 30 owner = "thegeeklab"; 31 repo = pname; 32 rev = "refs/tags/v${version}"; 33 + hash = "sha256-iY+5p6LNrlCTGi61cm2DJdyt8SmAwYqKmXNXescjAVQ="; 34 }; 35 36 nativeBuildInputs = [ ··· 63 --replace " --cov=ansiblelater --cov-report=xml:coverage.xml --cov-report=term --cov-append --no-cov-on-fail" "" \ 64 --replace 'PyYAML = "6.0"' 'PyYAML = "*"' \ 65 --replace 'unidiff = "0.7.3"' 'unidiff = "*"' \ 66 + --replace 'jsonschema = "4.6.0"' 'jsonschema = "*"' 67 ''; 68 69 postInstall = ''