python312Packages.azure-mgmt-datafactory: 9.1.0 -> 9.2.0

This commit is contained in:
R. Ryantm 2025-04-22 01:40:59 +00:00
parent 21c17995f5
commit 8c815674e5

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "azure-mgmt-datafactory";
version = "9.1.0";
version = "9.2.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "azure_mgmt_datafactory";
inherit version;
hash = "sha256-oVqOTpYnoaEMGZbqrpnxNlPIl+h582S7k3ijPC4RTIw=";
hash = "sha256-UTLpwkxEGsIl8qYCJZJLqlUHnKge/325mnDWYdZLsNc=";
};
build-system = [ setuptools ];