python312Packages.azure-mgmt-appcontainers: 3.0.0 -> 3.1.0 (#339799)

This commit is contained in:
Fabian Affolter 2024-09-05 20:50:08 +02:00 committed by GitHub
commit 541ae527b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "azure-mgmt-appcontainers";
version = "3.0.0";
version = "3.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-oqKPEOnZaIU7IMzDqT552IBJr9RtWt3vFO3SlG8igs0=";
hash = "sha256-PHlDnxK8788UCvjG572LUWJOlx/ZH1rOmKzAc8Lm+uw=";
};
propagatedBuildInputs = [