python3Packages.pymongo: 4.11.2 -> 4.11.3

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:53 +02:00
parent e51bfec8ee
commit 3f24d0fabc
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "pymongo";
version = "4.11.2";
version = "4.11.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "pymongo";
hash = "sha256-0O4+AnX2e93Ng7ImOBi3xK568eyv6+frf9FjiUV+whA=";
hash = "sha256-tvJK7HwM/PDqn4npK31Auhih4YwTSBV1jxEeywEi5hw=";
};
build-system = [