python311Packages.azure-core: 1.30.0 -> 1.30.1
Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-core_1.30.1/sdk/core/azure-core/CHANGELOG.md
This commit is contained in:
parent
974156c883
commit
ba64a22b29
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "1.30.0";
|
||||
version = "1.30.1";
|
||||
pname = "azure-core";
|
||||
pyproject = true;
|
||||
|
||||
|
@ -29,7 +29,7 @@ buildPythonPackage rec {
|
|||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-bzp4g+8YRyL2vZlyYu3a+Az+fls+DKqvjbFpVpWJPTU=";
|
||||
hash = "sha256-Jic6JUEx+EJp6OpEZPNWDHMfKcDB9prJkBCEXyOcGo8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue