Merge pull request #66139 from r-ryantm/auto-update/python3.7-wurlitzer

python37Packages.wurlitzer: 1.0.2 -> 1.0.3
This commit is contained in:
Mario Rodas 2019-08-05 19:54:02 -05:00 committed by GitHub
commit e719b9c8ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];