python311Packages.azure-cosmos: 4.6.0 -> 4.7.0

This commit is contained in:
R. Ryantm
2024-05-16 14:07:35 +00:00
parent c68fb0f373
commit 4596d3e723
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "azure-cosmos";
version = "4.6.0";
version = "4.7.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-2uxqwgHGRzsJK2Ku5x44G+62w6jcNhJJgytwSMTwYeI=";
hash = "sha256-ctcUAzE0ZWMCouiVfEuTWQZzvSiLDKYMsSPjSK6ZokE=";
};
build-system = [ setuptools ];