python37Packages.kafka-python: 1.4.4 -> 1.4.5

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

(cherry picked from commit a4532fdea8a92aa65c1a0ac1483fd4394612b18d)
This commit is contained in:
R. RyanTM 2019-04-02 07:02:20 -07:00 committed by Matthias Beyer
parent c7fb7ce9f5
commit 5a68b041fd

View file

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