python3Packages.ormar: 0.20.1 -> 0.20.2
https://github.com/collerek/ormar/releases/tag/0.20.2
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user