Skip to content

Commit d61218a

Browse files
author
Jonathan Ringer
committed
python3Packages.azure-mgmt-iotcentral: 3.0.0 -> 3.1.0
1 parent 593bcd1 commit d61218a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

pkgs/development/python-modules/azure-mgmt-iotcentral/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-iotcentral";
13-
version = "3.0.0";
13+
version = "3.1.0";
1414

1515
src = fetchPypi {
1616
inherit pname version;
1717
extension = "zip";
18-
sha256 = "f6dacf442ccae2f18f1082e80bcbdcaa8c0efa2ba92b48c5db6ee01d37240047";
18+
sha256 = "c175f6642be514ad0efd3dc03d09e50d923596fd9e634381793dcc46bb8a57c7";
1919
};
2020

2121
propagatedBuildInputs = [

0 commit comments

Comments
 (0)