0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

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

Changelog: https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-batch_18.0.0/sdk/batch/azure-mgmt-batch
This commit is contained in:
Fabian Affolter 2024-10-08 21:55:35 +02:00
parent 35bf61c2c4
commit ffd8d215d2

View file

@ -11,14 +11,15 @@
buildPythonPackage rec {
pname = "azure-mgmt-batch";
version = "17.3.0";
version = "18.0.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-/JSIGmrNuKlTPzcbb3stPq6heJ65VQFLJKkI1t/nWZE=";
pname = "azure_mgmt_batch";
inherit version;
hash = "sha256-MF61H7P3OyCSfvR7O2+T6eMtyTmHbARflwvThsB7p5w=";
};
nativeBuildInputs = [ setuptools ];