Skip to content

Commit

Permalink
python312Packages.opencensus-ext-azure: 1.1.13 -> 1.1.14 (#374231)
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Affolter <[email protected]>
  • Loading branch information
r-ryantm and fabaff authored Jan 18, 2025
1 parent 10489bf commit cb77e8d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pkgs/development/python-modules/opencensus-ext-azure/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,22 @@
opencensus,
psutil,
requests,
setuptools,
}:

buildPythonPackage rec {
pname = "opencensus-ext-azure";
version = "1.1.13";
format = "setuptools";
version = "1.1.14";
pyproject = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-rsMEchdwBTebpWpwKgl9YYxfV1WOG7ZnbsdflIEwaSo=";
hash = "sha256-ycbrrVQq62GBMyLmJ9WImlY+e4xOAkv1hGnQbbc6sUg=";
};

propagatedBuildInputs = [
build-system = [ setuptools ];

dependencies = [
azure-core
azure-identity
opencensus
Expand Down

0 comments on commit cb77e8d

Please sign in to comment.