python: marshmallow: 2.15.6 -> 2.16.3

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:35:05 +01:00
parent 7e5e287efb
commit b183c386ba

View File

@ -4,7 +4,7 @@
buildPythonPackage rec {
pname = "marshmallow";
version = "2.15.6";
version = "2.16.3";
meta = {
homepage = "https://github.com/marshmallow-code/marshmallow";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "485ac6ed0dff5e1af6ea1e3a54425a448968f581b065424c89a5375e4d4866fd";
sha256 = "e1b79eb3b815b49918c64114dda691b8767b48a1f66dd1d8c0cd5842b74257c2";
};
propagatedBuildInputs = [ dateutil simplejson ];