python3Packages.pymongo: 3.12.2 -> 3.12.3
This commit is contained in:
parent
9b13c3712f
commit
92e60268f1
@ -6,12 +6,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pymongo";
|
||||
version = "3.12.2";
|
||||
version = "3.12.3";
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "64ea5e97fca1a37f83df9f3460bf63640bc0d725e12f3471e6acbf3a6040dd37";
|
||||
sha256 = "sha256-ConK3ABipeU2ZN3gQ/bAlxcrjBxfAJRJAJUoL/mZWl8=";
|
||||
};
|
||||
|
||||
# Tests call a running mongodb instance
|
||||
|
Loading…
Reference in New Issue
Block a user