python3Packages.mashumaro: 3.21 -> 3.22

https://github.com/Fatal1ty/mashumaro/releases/tag/v3.22
This commit is contained in:
Martin Weinelt
2026-07-13 02:10:10 +02:00
parent c180da6ef4
commit 399698a71d

View File

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