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