Skip to content

Commit 515a494

Browse files
author
Jonathan Ringer
committed
python3Packages.azure-mgmt-subscription: 0.5.0 -> 0.6.0
1 parent f731564 commit 515a494

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/azure-mgmt-subscription

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010

1111
buildPythonPackage rec {
1212
pname = "azure-mgmt-subscription";
13-
version = "0.5.0";
13+
version = "0.6.0";
1414

1515
src = fetchPypi {
1616
inherit pname version;
1717
extension = "zip";
18-
sha256 = "1w91zqi2icld76mcrz0kwq0adb1nr83yqdq6qp1p1445p914qjsh";
18+
sha256 = "7448a322eceed3d300e181fde0f626c0e37df773f6c7297df2b73d98cb0936cf";
1919
};
2020

2121
propagatedBuildInputs = [

0 commit comments

Comments
 (0)