python312Packages.motor: 3.3.2 -> 3.4.0

This commit is contained in:
R. Ryantm 2024-03-27 02:26:37 +00:00
parent e80d1b6300
commit c164c8dbc7
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "motor";
version = "3.3.2";
version = "3.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "mongodb";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-ajlZleaaq0LIEW5PdTRQWL312guYA+7+x1xtPNKZQC0=";
hash = "sha256-Rj8eYZxmw/cn/vkhLunmHgxMMHIQe80Zhc2p0q3b/AY=";
};
propagatedBuildInputs = [