python311Packages.censys: refactor

This commit is contained in:
Fabian Affolter 2023-12-18 16:03:37 +01:00 committed by GitHub
parent c75a348b43
commit f54152d2a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "censys";
version = "2.2.10";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.7";