python310Packages.azure-mgmt-datafactory: 2.2.0 -> 2.2.1

This commit is contained in:
R. Ryantm 2022-02-17 04:35:01 +00:00
parent 49e534cf3b
commit f02774bce8

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 = [