3
0
Fork 0
forked from mirrors/nixpkgs

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

python310Packages.ormar: 0.10.24 -> 0.10.25
This commit is contained in:
Fabian Affolter 2022-02-27 11:33:53 +01:00 committed by GitHub
commit 1d5f9a9518
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "ormar";
version = "0.10.24";
version = "0.10.25";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "collerek";
repo = pname;
rev = version;
hash = "sha256-zKugeGDcYDI4VKspJPWeZCBubTqMxxfOVQCuF4pC49E=";
hash = "sha256-AggrsXw9fUYfc38AiSDSoh7SIEf4gPf+LlAvrxZiFL4=";
};
nativeBuildInputs = [