python3Packages.mashumaro: 3.17 -> 3.21

Diff: https://github.com/Fatal1ty/mashumaro/compare/v3.17...v3.21

Changelog: https://github.com/Fatal1ty/mashumaro/releases/tag/v3.21
This commit is contained in:
Robert Schütz 2026-05-12 06:05:04 -07:00 committed by Martin Weinelt
commit ff4c4962d2

View file

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "mashumaro";
version = "3.17";
version = "3.21";
pyproject = true;
src = fetchFromGitHub {
owner = "Fatal1ty";
repo = "mashumaro";
tag = "v${version}";
hash = "sha256-oQKSIDrIPlY1m63uP9Jxpgf7ruaZpt9uZF4hTso503U=";
hash = "sha256-SWmZA/yoiElQ299+BkjwTdcPukKfgw/UgUwiesFRkqo=";
};
build-system = [ setuptools ];