Merge pull request #129883 from ryneeverett/urlscan-0.9.6

urlscan: 0.9.5 -> 0.9.6
This commit is contained in:
Sandro 2021-07-12 03:53:35 +02:00 committed by GitHub
commit 90958cd740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "urlscan";
version = "0.9.5";
version = "0.9.6";
src = fetchFromGitHub {
owner = "firecat53";
repo = pname;
rev = version;
sha256 = "16g7dzvjcfhaz52wbmcapamy55l7vfhgizqy3m8dv9gkmy8vap89";
sha256 = "D+WJ1HG1gXIFtIpaqazFqC9Y4GBCUsz88U8q8W9tHFA=";
};
propagatedBuildInputs = [ python3Packages.urwid ];