Merge pull request #60949 from ivan/grab-site-2.1.15

grab-site: 2.1.11 -> 2.1.15
This commit is contained in:
Mario Rodas 2019-05-04 20:43:31 -05:00 committed by GitHub
commit b09825cd4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ stdenv, python3Packages, fetchFromGitHub }:
python3Packages.buildPythonApplication rec {
version = "2.1.11";
version = "2.1.15";
name = "grab-site-${version}";
src = fetchFromGitHub {
rev = "${version}";
owner = "ludios";
owner = "ArchiveTeam";
repo = "grab-site";
sha256 = "0w24ngr2b7nipqiwkxpql2467b5aq2vbknkb0sry6a457kb5ppsl";
sha256 = "1h3ajsj1c2wlxji1san97vmjd9d97dv0rh0jw1p77irkcvhzfpj8";
};
propagatedBuildInputs = with python3Packages; [
@ -22,7 +22,7 @@ python3Packages.buildPythonApplication rec {
meta = with stdenv.lib; {
description = "Crawler for web archiving with WARC output";
homepage = https://github.com/ludios/grab-site;
homepage = https://github.com/ArchiveTeam/grab-site;
license = licenses.mit;
maintainers = with maintainers; [ ivan ];
platforms = platforms.all;