python312Packages.azure-mgmt-datafactory: 8.0.0 -> 9.0.0 (#339813)

This commit is contained in:
Fabian Affolter 2024-09-05 20:49:26 +02:00 committed by GitHub
commit 2909a47740
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "azure-mgmt-datafactory";
version = "8.0.0";
version = "9.0.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-CL1Z50yjbEkncmKT4FhJ7UaOiUtw1CD85TVEJ7KHjQ4=";
hash = "sha256-j1TMe2/jkSVa7p4Ar9HmZjh56GNqtkHP+QbSuyTDT04=";
};
nativeBuildInputs = [ setuptools ];