python3Packages.pymongo: 3.12.3 -> 4.1.1

This commit is contained in:
Martin Weinelt 2022-07-16 12:59:27 +02:00
parent 50d51b4522
commit bb32897568

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "pymongo";
version = "3.12.3";
version = "4.1.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ConK3ABipeU2ZN3gQ/bAlxcrjBxfAJRJAJUoL/mZWl8=";
sha256 = "sha256-17jyXJsAQ8uvd7i4lYFOM+ejyAeglzd8B+G9SZRgMNU=";
};
# Tests call a running mongodb instance