Merge pull request #67107 from r-ryantm/auto-update/python3.7-voluptuous

python37Packages.voluptuous: 0.11.5 -> 0.11.7
This commit is contained in:
Marek Mahut 2019-08-20 21:04:15 +02:00 committed by GitHub
commit 4ec813def9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "voluptuous"; pname = "voluptuous";
version = "0.11.5"; version = "0.11.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "567a56286ef82a9d7ae0628c5842f65f516abcb496e74f3f59f1d7b28df314ef"; sha256 = "0mplkcpb5d8wjf8vk195fys4y6a3wbibiyf708imw33lphfk9g1a";
}; };
checkInputs = [ nose ]; checkInputs = [ nose ];