Merge pull request #157434 from r-ryantm/auto-update/urlscan

urlscan: 0.9.8 -> 0.9.9
This commit is contained in:
Fabian Affolter 2022-01-30 21:06:29 +01:00 committed by GitHub
commit e16d29e2ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
python3Packages.buildPythonApplication rec {
pname = "urlscan";
version = "0.9.8";
version = "0.9.9";
src = fetchFromGitHub {
owner = "firecat53";
repo = pname;
rev = version;
sha256 = "sha256-KQXEiDg5KRCMFFyDlR8D6CQTxRdIZx4/U1csTFCr0sU=";
sha256 = "sha256-ZJdmsb+2ElgLFWsicc0S8EQAZhF+gnn+ARgdAyaFDgc=";
};
propagatedBuildInputs = [