lol

Merge pull request #161978 from r-ryantm/auto-update/python3.10-ormar

python310Packages.ormar: 0.10.24 -> 0.10.25

authored by

Fabian Affolter and committed by
GitHub
1d5f9a95 7afa2357

+2 -2
+2 -2
pkgs/development/python-modules/ormar/default.nix
··· 24 24 25 25 buildPythonPackage rec { 26 26 pname = "ormar"; 27 - version = "0.10.24"; 27 + version = "0.10.25"; 28 28 format = "pyproject"; 29 29 30 30 disabled = pythonOlder "3.7"; ··· 33 33 owner = "collerek"; 34 34 repo = pname; 35 35 rev = version; 36 - hash = "sha256-zKugeGDcYDI4VKspJPWeZCBubTqMxxfOVQCuF4pC49E="; 36 + hash = "sha256-AggrsXw9fUYfc38AiSDSoh7SIEf4gPf+LlAvrxZiFL4="; 37 37 }; 38 38 39 39 nativeBuildInputs = [