3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.python-logstash: 0.4.6 -> 0.4.8

This commit is contained in:
Martin Weinelt 2022-03-31 01:05:15 +02:00
parent 57916c3738
commit 842bae26e3

View file

@ -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