Commit 84eda8bd authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.greynoise: 3.0.1 -> 3.0.2

parent 4d008925
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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) [