Merge pull request #281711 from fabaff/dnstwist-bump

dnstwist: 20230918 -> 20240116
This commit is contained in:
Fabian Affolter 2024-01-18 15:40:03 +01:00 committed by GitHub
commit b7b4320dd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,20 @@
python3.pkgs.buildPythonApplication rec {
pname = "dnstwist";
version = "20230918";
format = "setuptools";
version = "20240116";
pyproject = true;
src = fetchFromGitHub {
owner = "elceef";
repo = pname;
repo = "dnstwist";
rev = "refs/tags/${version}";
hash = "sha256-LGeDb0++9Zsal9HOXjfjF18RFQS+6i578EfD3YTtlS4=";
hash = "sha256-areFRDi728SedArhUy/rbPzhoFabNoT/WdyyN+6OQK0=";
};
nativeBuildInputs = with python3.pkgs; [
setuptools
];
propagatedBuildInputs = with python3.pkgs; [
dnspython
geoip