python311Packages.censys: 2.2.2 -> 2.2.3
Diff: https://github.com/censys/censys-python/compare/refs/tags/v2.2.2...v2.2.3 Changelog: https://github.com/censys/censys-python/releases/tag/v2.2.3
This commit is contained in:
parent
d4e2b869f8
commit
fad11eeeb4
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "censys";
|
||||
version = "2.2.2";
|
||||
version = "2.2.3";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
|||
owner = "censys";
|
||||
repo = "censys-python";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-cg9f2ltl1zeQjCTI+UfUKAKacJ64MdvZ49Q8a06OLLA=";
|
||||
hash = "sha256-fADjJJjf0IdZJdyneupZ9n1cnvXNWbw+yDAof8P0yns=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue