python3Packages.azure-core: 1.30.2 -> 1.31.0

https://github.com/Azure/azure-sdk-for-python/blob/azure-core_1.31.0/sdk/core/azure-core/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-10-13 11:02:58 +02:00
parent a75373e788
commit 446fadaef9
@@ -20,7 +20,7 @@
}:
buildPythonPackage rec {
version = "1.30.2";
version = "1.31.0";
pname = "azure-core";
pyproject = true;
@@ -29,8 +29,9 @@ buildPythonPackage rec {
__darwinAllowLocalNetworking = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-oU3CEO/NYIghqkctn7jo0DXSm2iZOBkUe8KQqKwiRHI=";
pname = "azure_core";
inherit version;
hash = "sha256-ZWoN1h4YabFQa3xqOzHWLxWYSxpXPWMm9qovPkEjKEs=";
};
nativeBuildInputs = [ setuptools ];