python37Packages.wurlitzer: 1.0.2 -> 1.0.3

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-wurlitzer/versions
This commit is contained in:
R. RyanTM 2019-08-05 16:56:44 -07:00
parent 53328909da
commit e545bb588e

View File

@ -7,11 +7,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "wurlitzer"; pname = "wurlitzer";
version = "1.0.2"; version = "1.0.3";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "23e85af0850b98add77bef0a1eb47b243baab29160131d349234c9dfc9e57add"; sha256 = "0nab45pfgqdxhhyshf717xfzniss2h3bx19zdaq9gqr6v8lw6wpr";
}; };
checkInputs = [ mock pytest ]; checkInputs = [ mock pytest ];