From 69ae3ecdbf6f114575889ad373e1f54e23b137f2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 3 Oct 2023 08:26:52 +0200 Subject: [PATCH] python311Packages.censys: 2.2.6 -> 2.2.7 Diff: https://github.com/censys/censys-python/compare/refs/tags/v2.2.6...v2.2.7 Changelog: https://github.com/censys/censys-python/releases/tag/v2.2.7 --- pkgs/development/python-modules/censys/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/censys/default.nix b/pkgs/development/python-modules/censys/default.nix index f0a144e646ee..1c815da26474 100644 --- a/pkgs/development/python-modules/censys/default.nix +++ b/pkgs/development/python-modules/censys/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "censys"; - version = "2.2.6"; + version = "2.2.7"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "censys"; repo = "censys-python"; rev = "refs/tags/v${version}"; - hash = "sha256-awe/6d6AryihS8vYCRtU8APbLUsqv9aKULBmjjaz3gM="; + hash = "sha256-tIWrDbtNKTN4WYc0Zy03omauExarg9770d57tAuq4c0="; }; nativeBuildInputs = [