about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-16 10:19:48 -0400
committerGitHub <noreply@github.com>2024-06-16 10:19:48 -0400
commit7cabb93c4377d19d2c8b6dd8df9e6d6a8f838ecf (patch)
tree7b7f7023ef09e9c24d19c3bb1cb276b4e42fd77c
parent54447de453a3d2d9a12cdf047fd0df4a6f52cf87 (diff)
parent82ccec4c3842f9f25963e798a6fb76d498d7c6dd (diff)
Merge pull request #320121 from r-ryantm/auto-update/python311Packages.greynoise
python311Packages.greynoise: 2.1.0 -> 2.2.0
-rw-r--r--pkgs/development/python-modules/greynoise/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/greynoise/default.nix b/pkgs/development/python-modules/greynoise/default.nix
index 80cc088e7c91a..44eadbdb6d3ca 100644
--- a/pkgs/development/python-modules/greynoise/default.nix
+++ b/pkgs/development/python-modules/greynoise/default.nix
@@ -20,7 +20,7 @@
 
 buildPythonPackage rec {
   pname = "greynoise";
-  version = "2.1.0";
+  version = "2.2.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-bMQfGkCjMBimNaYzSi78GaLiDiLdmxMB8RfFCVTxD5U=";
+    hash = "sha256-jsLvq0GndprdYL5mxHDRtZmNkeKT/rIV+dAnRPEmsV8=";
   };
 
   propagatedBuildInputs = [