Merge pull request #221458 from fabaff/marshmallow-dataclass-bump

python310Packages.marshmallow-dataclass: 8.5.11 -> 8.5.12
This commit is contained in:
Fabian Affolter 2023-03-16 20:13:02 +01:00 committed by GitHub
commit ab76c29f9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "marshmallow-dataclass";
version = "8.5.11";
version = "8.5.12";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "lovasoa";
repo = "marshmallow_dataclass";
rev = "refs/tags/v${version}";
hash = "sha256-P2eJLNI+G0km2HWZII4tx/uJ+6lvyxtap/qPh13LLmA=";
hash = "sha256-vU3UZVX9J7nkHGfGUWoCOmsvkpe7p8cqQJd+YhkxeSw=";
};
propagatedBuildInputs = [