python310Packages.opencensus: 0.11.2 -> 0.11.3

This commit is contained in:
R. Ryantm 2023-09-23 01:59:09 +00:00
parent c1bb79af49
commit 2cf64b1f13

View file

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