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:
parent
c7fb7ce9f5
commit
5a68b041fd
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user