python312Packages.azure-mgmt-batch: 17.2.0 -> 17.3.0

Changelog: https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-batch_17.3.0/sdk/batch/azure-mgmt-batch
This commit is contained in:
Fabian Affolter
2024-03-18 16:27:24 +01:00
parent 3da824d0b1
commit 21ca99d882
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "azure-mgmt-batch";
version = "17.2.0";
version = "17.3.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-ihXjijfW5OzilXPegIxaiSdsmfJSDqHzUrhqcEyJhY0=";
hash = "sha256-/JSIGmrNuKlTPzcbb3stPq6heJ65VQFLJKkI1t/nWZE=";
};
nativeBuildInputs = [