3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.azure-mgmt-datafactory: 2.4.0 -> 2.5.0

This commit is contained in:
R. Ryantm 2022-05-14 04:12:28 +00:00
parent 197681059f
commit 53933404f0

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "azure-mgmt-datafactory";
version = "2.4.0";
version = "2.5.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
extension = "zip";
hash = "sha256-oCDh7tWsBA6z/auQm3AtkRzT9IUrq8HJ+R//HDJ+1nw=";
hash = "sha256-vV+VAK+lesBylrIsGB+MZCT4kW84beFSIYJZfOzPoTY=";
};
propagatedBuildInputs = [