We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b2989b + d61064a commit 32e2eeeCopy full SHA for 32e2eee
pkgs/development/python-modules/azure-mgmt-containerservice/default.nix
@@ -11,14 +11,15 @@
11
12
buildPythonPackage rec {
13
pname = "azure-mgmt-containerservice";
14
- version = "31.0.0";
+ version = "32.0.0";
15
pyproject = true;
16
17
disabled = pythonOlder "3.8";
18
19
src = fetchPypi {
20
- inherit pname version;
21
- hash = "sha256-E0NY1/iMTSm0AJ+R12GYYeH61dvqXhR0At1hrZa1Yko=";
+ pname = "azure_mgmt_containerservice";
+ inherit version;
22
+ hash = "sha256-zLWHR52Kk+x49xYlkK3ILk+6TeduStw0GfM60iXvspI=";
23
};
24
25
build-system = [ setuptools ];
0 commit comments