python37Packages.pyutilib: 5.6.5 -> 5.7.0

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-pyutilib/versions
This commit is contained in:
R. RyanTM 2019-05-22 15:23:22 -07:00
parent 8abe5ee07e
commit eaf4f44028

View file

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "pyutilib";
version = "5.6.5";
version = "5.7.0";
src = fetchPypi {
pname = "PyUtilib";
inherit version;
sha256 = "4730084624be98f2c326da88f3852831c6aa919e11babab2c34b0299c8f5ce2a";
sha256 = "086fzgjb2mjgkfhg1hvc2gcyam2ab28mijygwica5fg4zz6rn32l";
};
propagatedBuildInputs = [