python3Packages.ormar: 0.20.1 -> 0.20.2

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

+3 -3
+3 -3
pkgs/development/python-modules/ormar/default.nix
··· 27 28 buildPythonPackage rec { 29 pname = "ormar"; 30 - version = "0.20.1"; 31 format = "pyproject"; 32 33 disabled = pythonOlder "3.7"; ··· 36 owner = "collerek"; 37 repo = pname; 38 tag = version; 39 - hash = "sha256-DzvmJpWJANIoc5lvWAD0b2bhbKdDEpNL2l3TqXSZSnc="; 40 }; 41 42 pythonRelaxDeps = [ ··· 142 meta = with lib; { 143 description = "Async ORM with fastapi in mind and pydantic validation"; 144 homepage = "https://github.com/collerek/ormar"; 145 - changelog = "https://github.com/collerek/ormar/releases/tag/${version}"; 146 license = licenses.mit; 147 maintainers = with maintainers; [ andreasfelix ]; 148 broken = true;
··· 27 28 buildPythonPackage rec { 29 pname = "ormar"; 30 + version = "0.20.2"; 31 format = "pyproject"; 32 33 disabled = pythonOlder "3.7"; ··· 36 owner = "collerek"; 37 repo = pname; 38 tag = version; 39 + hash = "sha256-jg1qgOJiRBJCRThhq/jaXNmSoL0FmceIOWMKNxtyGJI="; 40 }; 41 42 pythonRelaxDeps = [ ··· 142 meta = with lib; { 143 description = "Async ORM with fastapi in mind and pydantic validation"; 144 homepage = "https://github.com/collerek/ormar"; 145 + changelog = "https://github.com/collerek/ormar/releases/tag/${src.tag}"; 146 license = licenses.mit; 147 maintainers = with maintainers; [ andreasfelix ]; 148 broken = true;