Fabian Affolter 2025-07-28 09:22:24 +02:00
parent aee384e1e9
commit ea05e38d71

View File

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