python3Packages.marshmallow-oneofschema: 2.1.0 -> 3.0.1

This commit is contained in:
Martin Weinelt 2021-08-26 21:38:08 +02:00
parent e43c239ea6
commit 1c5b0d7048

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "marshmallow-oneofschema";
version = "2.1.0";
version = "3.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "0s0yr7nv06sfgxglghl2vq74g3m49j60k1hi2qzfsv4bj8hvs35k";
sha256 = "62cd2099b29188c92493c2940ee79d1bf2f2619a71721664e5a98ec2faa58237";
};
propagatedBuildInputs = [ marshmallow setuptools ];