python37Packages.ansible-runner: 1.2.0 -> 1.3.0 (#58763)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-ansible-runner/versions
This commit is contained in:
R. RyanTM 2019-04-08 14:32:15 -07:00 committed by xeji
parent 1bb27308de
commit 17e3ac6e2a

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "ansible-runner";
version = "1.2.0";
version = "1.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "9c2fc02bd22ac831138bfd2241e1664d7700bbb2c61f96b8b1f2d83ab4ea59a7";
sha256 = "1zys65vq0jqyzdmchaydzsvlf0ysw2y58sapjq6wzc6yw6pdyigz";
};
checkInputs = [ pytest mock ];