7 buildPythonPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-cz3Bd+/yPh+VOHxzi/W+gbDh/H5Nl/n4jvxDOirmAVk=";
22 pythonImportsCheck = [
31 description = "Python data validation library";
32 homepage = "http://alecthomas.github.io/voluptuous/";
33 license = licenses.bsd3;
34 maintainers = with maintainers; [ fab ];