Skip to content

Commit 32e2eee

Browse files
authored
python312Packages.azure-mgmt-containerservice: 31.0.0 -> 32.0.0 (#343139)
2 parents 5b2989b + d61064a commit 32e2eee

File tree

1 file changed

+4
-3
lines changed
  • pkgs/development/python-modules/azure-mgmt-containerservice

1 file changed

+4
-3
lines changed

pkgs/development/python-modules/azure-mgmt-containerservice/default.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@
1111

1212
buildPythonPackage rec {
1313
pname = "azure-mgmt-containerservice";
14-
version = "31.0.0";
14+
version = "32.0.0";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.8";
1818

1919
src = fetchPypi {
20-
inherit pname version;
21-
hash = "sha256-E0NY1/iMTSm0AJ+R12GYYeH61dvqXhR0At1hrZa1Yko=";
20+
pname = "azure_mgmt_containerservice";
21+
inherit version;
22+
hash = "sha256-zLWHR52Kk+x49xYlkK3ILk+6TeduStw0GfM60iXvspI=";
2223
};
2324

2425
build-system = [ setuptools ];

0 commit comments

Comments
 (0)