bbot: 2.7.2 -> 2.8.6

This commit is contained in:
Robert Sliwinski
2026-07-20 07:24:50 +02:00
parent 703c1307f5
commit a9d9c01257
+9 -3
View File
@@ -6,20 +6,25 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "bbot";
version = "2.7.2";
version = "2.8.6";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-vpKezG1nJVxQE4Qijf8feeRFD4hjy98HznVDXL+MBkE=";
hash = "sha256-u8F995BD1l6nPWYckMIYSgErSO3fBcU2IyBFU1WZjF8=";
};
pythonRelaxDeps = [
"dnspython"
"idna"
"lxml"
"radixtarget"
"regex"
"tabulate"
"websockets"
"yara-python"
"pyjwt"
"cloudcheck"
];
build-system = with python3.pkgs; [
@@ -60,7 +65,8 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
xmltojson
xxhash
yara-python
starlette
tornado
];
# Project has no tests