python3Packages.pymongo: 4.8.0 -> 4.9.1

This commit is contained in:
Martin Weinelt
2024-10-13 11:09:05 +02:00
parent e4125a469b
commit d6f831f37d
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "pymongo";
version = "4.8.0";
version = "4.9.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit version;
pname = "pymongo";
hash = "sha256-RU8ilYdXRNxw8YgeSy65nNrQCKM1dLyKrxIFMPZsDN4=";
hash = "sha256-t/LTQ5Cs9g4inDADfRRz/PafRTbNf0j294wMkxxhxQU=";
};
build-system = [