python312Packages.greynoise: 2.2.0 -> 2.3.0

This commit is contained in:
R. Ryantm
2024-08-01 18:30:16 +00:00
parent 6212d8033f
commit 3cd23a2db2
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "greynoise";
version = "2.2.0";
version = "2.3.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "GreyNoise-Intelligence";
repo = "pygreynoise";
rev = "refs/tags/v${version}";
hash = "sha256-jsLvq0GndprdYL5mxHDRtZmNkeKT/rIV+dAnRPEmsV8=";
hash = "sha256-17NieDQ57qVT2i4S26vLS9N6zALZ+eTtCCcBbhQ8fhQ=";
};
propagatedBuildInputs = [