python37Packages.voluptuous: 0.11.5 -> 0.11.7

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-voluptuous/versions
This commit is contained in:
R. RyanTM 2019-08-20 11:10:28 -07:00
parent ffbb4d26f9
commit 1e9e1f8dfc

View File

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