Skip to content

Commit ff01617

Browse files
author
Jonathan Ringer
committed
python3Packages.azure-mgmt-datafactory: 0.10.0 -> 0.11.0
1 parent 4b0c287 commit ff01617

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

pkgs/development/python-modules/azure-mgmt-datafactory/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-datafactory";
13-
version = "0.10.0";
13+
version = "0.11.0";
1414

1515
src = fetchPypi {
1616
inherit pname version;
1717
extension = "zip";
18-
sha256 = "48b1ec81f30f4b5f38dd17f68f0dfc968db96e0a04fdcfc99f43f80ca041f14b";
18+
sha256 = "35d7c737054a7e6fc7c88d8c437fc012904c4568809487cac443eb3b13e6655b";
1919
};
2020

2121
propagatedBuildInputs = [

0 commit comments

Comments
 (0)