python3Packages.censys: 2.2.18 -> 2.2.19

This commit is contained in:
R. Ryantm
2025-12-14 05:45:31 +00:00
parent 25bc031dce
commit e7de04bca7
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "censys";
version = "2.2.18";
version = "2.2.19";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "censys";
repo = "censys-python";
tag = "v${version}";
hash = "sha256-fHqDXqhjqfj8VBb7Od7wuUXAEHQBXwm5LAUPLM0oN2Q=";
hash = "sha256-3eQtGCIKtjpDWfyrIEPZnA6xLMNl0cg61wh0nuwNwh4=";
};
build-system = [ poetry-core ];