python3Packages.azure-appconfiguration: 1.1.1 -> 1.2.0

This commit is contained in:
Jonathan Ringer 2021-07-08 11:42:09 -07:00
parent ad9a2ed50f
commit 259a28462f
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "azure-appconfiguration";
version = "1.1.1";
version = "1.2.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "b83cd2cb63d93225de84e27abbfc059212f8de27766f4c58dd3abb839dff0be4";
sha256 = "85c9c25612f160897ae212532ec7c19c94b0f4463f4830d0ee08cb2d296df407";
};
propagatedBuildInputs = [