python3Packages.mashumaro: 3.13 -> 3.13.1

https://github.com/Fatal1ty/mashumaro/releases/tag/v3.13.1
This commit is contained in:
Martin Weinelt
2024-06-24 12:15:42 +02:00
parent 19d4fd9d4f
commit c326d8df58
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "mashumaro";
version = "3.13";
version = "3.13.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "Fatal1ty";
repo = "mashumaro";
rev = "refs/tags/v${version}";
hash = "sha256-ETK1rHKlByQkqibejiZmXF6c4eIiMazLa8XY2OH30q4=";
hash = "sha256-Km3RuDU77L3N2RQBhpcEztOjYtQhTXFZoGKu70g5EPU=";
};
nativeBuildInputs = [ setuptools ];