python310Packages.azure-mgmt-containerservice: 24.0.0 -> 25.0.0

This commit is contained in:
R. Ryantm 2023-07-26 09:37:14 +00:00
parent 12f21439d5
commit 914751da6a

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "azure-mgmt-containerservice";
version = "24.0.0";
version = "25.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
extension = "zip";
hash = "sha256-sUp3LDVsc1DmVf4HdaXGSDeEvmAE2weSHHTxL/BwRk8=";
hash = "sha256-je7O92bklsbIlfsTUF2TXUqztAZxn8ep4ezCUHeLuhE=";
};
propagatedBuildInputs = [