python311Packages.greynoise: 2.0.1 -> 2.1.0

This commit is contained in:
R. Ryantm
2024-02-07 21:48:17 +00:00
parent cd5c10f696
commit ad0265faff
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "greynoise";
version = "2.0.1";
version = "2.1.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -27,8 +27,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "GreyNoise-Intelligence";
repo = "pygreynoise";
rev = "v${version}";
hash = "sha256-zevom7JqXnZuotXfGtfPOmQNh32dANS4Uc6tHUuq08s=";
rev = "refs/tags/v${version}";
hash = "sha256-bMQfGkCjMBimNaYzSi78GaLiDiLdmxMB8RfFCVTxD5U=";
};
propagatedBuildInputs = [