Merge pull request #77211 from r-ryantm/auto-update/python2.7-opentracing

python27Packages.opentracing: 2.2.0 -> 2.3.0
This commit is contained in:
Ryan Mulligan 2020-01-07 06:45:28 -08:00 committed by GitHub
commit e8acc3506c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "opentracing"; pname = "opentracing";
version = "2.2.0"; version = "2.3.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "cfd231ba5c58f90bc277787e62861eb0c6e4af76e42957bec240bbdf71fb7e0e"; sha256 = "0rcpmhy7hm6ljlm1w455il53s1amq2vii2x1wfkrcx3sj4s0dc9k";
}; };
propagatedBuildInputs = lib.optional isPy27 futures; propagatedBuildInputs = lib.optional isPy27 futures;