python3Packages.pymongo: 4.16.0 -> 4.17.0

This commit is contained in:
Martin Weinelt
2026-07-13 02:00:15 +02:00
parent 5c3b5092c3
commit 70d3fbbf13

View File

@@ -18,13 +18,13 @@
buildPythonPackage rec {
pname = "pymongo";
version = "4.16.0";
version = "4.17.0";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "pymongo";
hash = "sha256-i6hAUGX24lim+HL+YteXoo84OhIXjHFTwB7QToRcYAw=";
hash = "sha256-cP+gi6ZBRozAaM9GwGs08BqM40ifZBEwn8tc6r5rL8A=";
};
build-system = [