Unverified Commit 3863a5e6 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #331578 from r-ryantm/auto-update/python312Packages.greynoise

python312Packages.greynoise: 2.2.0 -> 2.3.0
parents 2fbf6d77 3cd23a2d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [