Skip to content

Commit 73532fa

Browse files
committed
1 parent 22728a4 commit 73532fa

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

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

1717
disabled = pythonOlder "3.8";
1818

1919
src = fetchPypi {
2020
pname = "azure_mgmt_containerservice";
2121
inherit version;
22-
hash = "sha256-Y3ps+PBmNsAWrRUddvnHunW9BdQzSz3Xg364tRfzDb4=";
22+
hash = "sha256-FB4F8UbyjNRiioMCfVFb0lPzsvhSO+Q7mEFwcRjvWoQ=";
2323
};
2424

2525
build-system = [ setuptools ];

0 commit comments

Comments
 (0)