python3Packages.opencensus-ext-azure: 1.1.14 -> 1.1.15

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
opencensus-ext-azure
+2 -2
pkgs/development/python-modules/opencensus-ext-azure/default.nix
···
buildPythonPackage rec {
pname = "opencensus-ext-azure";
-
version = "1.1.14";
+
version = "1.1.15";
pyproject = true;
src = fetchPypi {
inherit pname version;
-
hash = "sha256-ycbrrVQq62GBMyLmJ9WImlY+e4xOAkv1hGnQbbc6sUg=";
+
hash = "sha256-jRCK8Vh16jxSI4ZG+6kkw7qfv6rx/Q01BwfcW3iArec=";
};
build-system = [ setuptools ];