python3Packages.greynoise: 3.0.1 -> 3.0.2

This commit is contained in:
R. Ryantm
2026-03-18 10:47:07 +00:00
parent 4d00892504
commit 84eda8bdf1
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "greynoise";
version = "3.0.1";
version = "3.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "GreyNoise-Intelligence";
repo = "pygreynoise";
tag = "v${version}";
hash = "sha256-wJDO666HC3EohfR+LbG5F0Cp/eL7q4kXniWhJfc7C3s=";
hash = "sha256-CP+Fx3Gu6pQWnX/WjJ+qq7TK9onatVHp0ghu33WU7X4=";
};
patches = lib.optionals (!withRepl) [