forked from mirrors/nixpkgs
python3Packages.python-logstash: 0.4.6 -> 0.4.8
This commit is contained in:
parent
57916c3738
commit
842bae26e3
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-logstash";
|
||||
version = "0.4.6";
|
||||
version = "0.4.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "13763yx0k655y0c8gxv7jj6cqp45zypx2fmnc56jnn9zz1fkx50h";
|
||||
sha256 = "sha256-0E4c4R7MEH5KTzuAf8V9loEelkpVQIGzu7RHMvdO9fk=";
|
||||
};
|
||||
|
||||
# no tests
|
||||
|
|
Loading…
Reference in a new issue