python: marshmallow: 3.2.2 -> 3.3.0

This commit is contained in:
Frederik Rietdijk 2019-12-19 20:31:15 +01:00
parent 602e08c502
commit d0c20bcec4

View file

@ -4,7 +4,7 @@
buildPythonPackage rec {
pname = "marshmallow";
version = "3.2.2";
version = "3.3.0";
meta = {
homepage = "https://github.com/marshmallow-code/marshmallow";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "1a358beb89c2b4d5555272065a9533591a3eb02f1b854f3c4002d88d8f2a1ddb";
sha256 = "0ba81b6da4ae69eb229b74b3c741ff13fe04fb899824377b1aff5aaa1a9fd46e";
};
propagatedBuildInputs = [ dateutil simplejson ];