Merge pull request #160423 from r-ryantm/auto-update/python3.10-azure-mgmt-datafactory

python310Packages.azure-mgmt-datafactory: 2.2.0 -> 2.2.1
This commit is contained in:
Fabian Affolter 2022-02-25 11:36:15 +01:00 committed by GitHub
commit b6a9be6798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-datafactory";
version = "2.2.0";
version = "2.2.1";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "bc2560b4de1528292883b53a337b89f04a5ceab7c3500b6bc388e3a77ff093cc";
sha256 = "sha256-/YmFlK5xl3HjaKGAhQu0JUVeujzPkAb8gNik4Lzp470=";
};
propagatedBuildInputs = [