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

python37Packages.voluptuous-serialize: 2.1.0 -> 2.2.0
This commit is contained in:
Marek Mahut 2019-08-21 08:44:32 +02:00 committed by GitHub
commit 4a32c779d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "voluptuous-serialize";
version = "2.1.0";
version = "2.2.0";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "d30fef4f1aba251414ec0b315df81a06da7bf35201dcfb1f6db5253d738a154f";
sha256 = "0ggiisrq7cbk307d09fdwfdcjb667jv90lx6gfwhxfpxgq66cccb";
};
propagatedBuildInputs = [