lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python310Packages.ormar: 0.11.3 -> 0.12.0

+2 -2
+2 -2
pkgs/development/python-modules/ormar/default.nix
··· 24 24 25 25 buildPythonPackage rec { 26 26 pname = "ormar"; 27 - version = "0.11.3"; 27 + version = "0.12.0"; 28 28 format = "pyproject"; 29 29 30 30 disabled = pythonOlder "3.7"; ··· 33 33 owner = "collerek"; 34 34 repo = pname; 35 35 rev = "refs/tags/${version}"; 36 - hash = "sha256-4tGwhgHLZmvsbaDjmmQ3tXBwUBIxb5EpQrT8VIu/XwY="; 36 + hash = "sha256-B6dC9+t/pe7vsPb7rkGAbJWLfCAF7lIElFvt1pUu5yA="; 37 37 }; 38 38 39 39 nativeBuildInputs = [