Fabian Affolter 2025-04-16 10:13:37 +02:00
parent 186a8215ec
commit 51adcc1ff6

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "censys";
version = "2.2.16";
version = "2.2.17";
pyproject = true;
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "censys";
repo = "censys-python";
tag = "v${version}";
hash = "sha256-OP7+jSt4xS71Kcjy5hFzeZ5rlTPtDx22rPr3UwjI5dk=";
hash = "sha256-1V7IeaV7Ro1q5UyD2DDetunaRO2L4UbF1VODg5ktqKs=";
};
build-system = [ poetry-core ];