lol

python313Packages.censys: 2.2.16 -> 2.2.17

Diff: https://github.com/censys/censys-python/compare/refs/tags/v2.2.16...refs/tags/v2.2.17

Changelog: https://github.com/censys/censys-python/releases/tag/v2.2.17

+2 -2
+2 -2
pkgs/development/python-modules/censys/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "censys"; 22 - version = "2.2.16"; 22 + version = "2.2.17"; 23 23 pyproject = true; 24 24 25 25 disabled = pythonOlder "3.7"; ··· 28 28 owner = "censys"; 29 29 repo = "censys-python"; 30 30 tag = "v${version}"; 31 - hash = "sha256-OP7+jSt4xS71Kcjy5hFzeZ5rlTPtDx22rPr3UwjI5dk="; 31 + hash = "sha256-1V7IeaV7Ro1q5UyD2DDetunaRO2L4UbF1VODg5ktqKs="; 32 32 }; 33 33 34 34 build-system = [ poetry-core ];