python3Packages.motor: 3.7.0 -> 3.7.1

https://github.com/mongodb/motor/releases/tag/3.7.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:01:49 +02:00
parent 60c1010f4e
commit 32b6b9d592
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "motor";
version = "3.7.0";
version = "3.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "mongodb";
repo = "motor";
tag = version;
hash = "sha256-O3MHVzL/ECO0vnzJItXTDmmMN8aicbvh0Sve/HlAlZw=";
hash = "sha256-ul2GKzSiAewwGEuCpQQ61h3cqrJikaJeKs5KlX+aAjo=";
};
build-system = [