python: marshmallow: 2.18.0 -> 2.18.1
This commit is contained in:
parent
23bcc77965
commit
f6b47bb581
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "marshmallow";
|
pname = "marshmallow";
|
||||||
version = "2.18.0";
|
version = "2.18.1";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/marshmallow-code/marshmallow";
|
homepage = "https://github.com/marshmallow-code/marshmallow";
|
||||||
|
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "958e6640bec9a04ca15701e3d99b12c4269d0f43be596f00eeca1f2baf530abc";
|
sha256 = "6eeaf1301a5f5942bfe8ab2c2eaf03feb793072b56d5fae563638bddd7bb62e6";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ dateutil simplejson ];
|
propagatedBuildInputs = [ dateutil simplejson ];
|
||||||
|
|
Loading…
Reference in New Issue