python37Packages.kafka-python: 2.0.1 -> 2.0.2
This commit is contained in:
parent
4669a06b33
commit
0a2acd4762
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
{ stdenv, buildPythonPackage, fetchPypi, pytest, six, mock }:
|
{ stdenv, buildPythonPackage, fetchPypi, pytest, six, mock }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "2.0.1";
|
version = "2.0.2";
|
||||||
pname = "kafka-python";
|
pname = "kafka-python";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1y7ny81rihnhc8lj921d76ir4kf4aj5iy35szgim8zccxhnx96p5";
|
sha256 = "04dfe7fea2b63726cd6f3e79a2d86e709d608d74406638c5da33a01d45a9d7e3";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest six mock ];
|
checkInputs = [ pytest six mock ];
|
||||||
|
|
Loading…
Reference in a new issue