Merge pull request #228640 from r-ryantm/auto-update/python310Packages.opencensus

python310Packages.opencensus: 0.11.1 -> 0.11.2
This commit is contained in:
Weijia Wang 2023-04-28 10:05:33 +03:00 committed by GitHub
commit 242b03539c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "opencensus";
version = "0.11.1";
version = "0.11.2";
src = fetchPypi {
inherit pname version;
hash = "sha256-tS3WtAE8Ezpr6fD/LpBoxkAdMzKw7MX67z3WxCFm9vM=";
hash = "sha256-YVQEKiNrns3VWiPfuydDuz3qzQaH4+A5HsLgx0lQ1m8=";
};
propagatedBuildInputs = [