1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python: marshmallow: 2.14.0 -> 2.15.0

This commit is contained in:
Frederik Rietdijk 2017-12-30 12:24:31 +01:00
parent 5309e27a8c
commit 6a927ae8c7

View file

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