python3Packages.azure-mgmt-datafactory: 9.0.0 -> 9.1.0
https://github.com/Azure/azure-sdk-for-python/tree/azure-mgmt-datafactory_9.1.0/sdk/datafactory/azure-mgmt-datafactory
This commit is contained in:
@@ -11,19 +11,20 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "azure-mgmt-datafactory";
|
||||
version = "9.0.0";
|
||||
version = "9.1.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-j1TMe2/jkSVa7p4Ar9HmZjh56GNqtkHP+QbSuyTDT04=";
|
||||
pname = "azure_mgmt_datafactory";
|
||||
inherit version;
|
||||
hash = "sha256-oVqOTpYnoaEMGZbqrpnxNlPIl+h582S7k3ijPC4RTIw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
azure-common
|
||||
azure-mgmt-core
|
||||
isodate
|
||||
|
||||
Reference in New Issue
Block a user