python312Packages.azure-mgmt-appcontainers: 3.1.0 -> 3.2.0

This commit is contained in:
Fabian Affolter
2025-05-27 16:03:45 +02:00
parent 1f18ac0a2e
commit 9c8749a77c
@@ -6,22 +6,26 @@
azure-common,
azure-mgmt-core,
isodate,
setuptools,
typing-extensions,
}:
buildPythonPackage rec {
pname = "azure-mgmt-appcontainers";
version = "3.1.0";
format = "setuptools";
version = "3.2.0";
pyroject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-PHlDnxK8788UCvjG572LUWJOlx/ZH1rOmKzAc8Lm+uw=";
pname = "azure_mgmt_appcontainers";
inherit version;
hash = "sha256-bp7WPCwssPZD+tZ52BMIxKomFWztQfwDPl9MBJghjz4=";
};
propagatedBuildInputs = [
build-system = [ setuptools ];
dependencies = [
azure-common
azure-mgmt-core
isodate