python3Packages.ormar: 0.20.2 -> 0.21.0

https://github.com/collerek/ormar/releases/tag/0.21.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:44 +01:00
parent 9e0b6fa140
commit 8469940b1e
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "ormar";
version = "0.20.2";
version = "0.21.0";
pyproject = true;
src = fetchFromGitHub {
owner = "collerek";
repo = "ormar";
tag = version;
hash = "sha256-jg1qgOJiRBJCRThhq/jaXNmSoL0FmceIOWMKNxtyGJI=";
hash = "sha256-DjqjHvRmlFyOQt1FlqZ9iT1zy25FdizRrXfKwMy2uI0=";
};
pythonRelaxDeps = [