python3Packages.pymongo: 3.11.1 -> 3.11.3
This commit is contained in:
parent
98e24dc46e
commit
8e8b09f0b9
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pymongo";
|
||||
version = "3.11.1";
|
||||
version = "3.11.3";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "a9c1a2538cd120283e7137ac97ce27ebdfcb675730c5055d6332b0043f4e5a55";
|
||||
sha256 = "db5098587f58fbf8582d9bda2462762b367207246d3e19623782fb449c3c5fcc";
|
||||
};
|
||||
|
||||
# Tests call a running mongodb instance
|
||||
|
|
Loading…
Reference in a new issue