python3Packages.pymongo: 4.9.1 -> 4.10.1

This commit is contained in:
Martin Weinelt
2025-01-27 10:56:47 +01:00
parent c721fe63e2
commit bbe1183b76
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "pymongo";
version = "4.9.1";
version = "4.10.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "pymongo";
hash = "sha256-t/LTQ5Cs9g4inDADfRRz/PafRTbNf0j294wMkxxhxQU=";
hash = "sha256-qd4CvlO2u5jv4LntqE/6HsAn/LI6LeYsT5Qdmi8vMzA=";
};
build-system = [