python3Packages.ormar: 0.20.1 -> 0.20.2

https://github.com/collerek/ormar/releases/tag/0.20.2
This commit is contained in:
Martin Weinelt
2025-01-27 10:56:22 +01:00
parent 67b7631ef9
commit 7db4da9b52
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "ormar";
version = "0.20.1";
version = "0.20.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "collerek";
repo = pname;
tag = version;
hash = "sha256-DzvmJpWJANIoc5lvWAD0b2bhbKdDEpNL2l3TqXSZSnc=";
hash = "sha256-jg1qgOJiRBJCRThhq/jaXNmSoL0FmceIOWMKNxtyGJI=";
};
pythonRelaxDeps = [
@@ -142,7 +142,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Async ORM with fastapi in mind and pydantic validation";
homepage = "https://github.com/collerek/ormar";
changelog = "https://github.com/collerek/ormar/releases/tag/${version}";
changelog = "https://github.com/collerek/ormar/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ andreasfelix ];
broken = true;