Merge pull request #287069 from r-ryantm/auto-update/python311Packages.greynoise

python311Packages.greynoise: 2.0.1 -> 2.1.0
This commit is contained in:
Weijia Wang 2024-03-07 22:43:08 +01:00 committed by GitHub
commit af60157eb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [