python: marshmallow: 2.15.0 -> 2.15.1

This commit is contained in:
Frederik Rietdijk 2018-05-09 16:48:25 +02:00
parent d7898e1a7f
commit a2ed092ea2

View File

@ -5,7 +5,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "marshmallow"; pname = "marshmallow";
name = "${pname}-${version}"; name = "${pname}-${version}";
version = "2.15.0"; version = "2.15.1";
meta = { meta = {
homepage = "https://github.com/marshmallow-code/marshmallow"; homepage = "https://github.com/marshmallow-code/marshmallow";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "d3f31fe7be2106b1d783cbd0765ef4e1c6615505514695f33082805f929dd584"; sha256 = "b73361eab812af97eaf8e8691333a1096787968450051d132c8b9fb90aa1db5a";
}; };
propagatedBuildInputs = [ dateutil simplejson ]; propagatedBuildInputs = [ dateutil simplejson ];