python37Packages.kafka-python: 1.4.3 -> 1.4.4

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-kafka-python/versions
This commit is contained in:
R. RyanTM 2018-12-14 13:42:17 -08:00 committed by worldofpeace
parent eeb00cc570
commit ca5ee6dfb7

View File

@ -1,12 +1,12 @@
{ stdenv, buildPythonPackage, fetchPypi, pytest, six, mock }:
buildPythonPackage rec {
version = "1.4.3";
version = "1.4.4";
pname = "kafka-python";
src = fetchPypi {
inherit pname version;
sha256 = "078acdcd1fc6eddacc46d437c664998b4cf7613b7e79ced66a460965f2648f88";
sha256 = "1p9sr9vl96xz8qrgdrjiql9qkch2qx29pkq7igk28clgc6zbn510";
};
checkInputs = [ pytest six mock ];