python3Packages.opentracing: 2.3.0 -> 2.4.0
This commit is contained in:
@@ -10,11 +10,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "opentracing";
|
pname = "opentracing";
|
||||||
version = "2.3.0";
|
version = "2.4.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0rcpmhy7hm6ljlm1w455il53s1amq2vii2x1wfkrcx3sj4s0dc9k";
|
sha256 = "a173117e6ef580d55874734d1fa7ecb6f3655160b8b8974a2a1e98e5ec9c840d";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = lib.optional isPy27 futures;
|
propagatedBuildInputs = lib.optional isPy27 futures;
|
||||||
|
|||||||
Reference in New Issue
Block a user