Commit 83c4b72d authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.parfive: 2.1.0 -> 2.2.0

parent 16762245
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@

buildPythonPackage rec {
  pname = "parfive";
  version = "2.1.0";
  version = "2.2.0";

  src = fetchFromGitHub {
    owner = "Cadair";
    repo = "parfive";
    tag = "v${version}";
    hash = "sha256-fzyXKw+/aWlnE09CCHqak8MVIk/kcjXkFyV1EKw2cjA=";
    hash = "sha256-DIjS2q/SOrnLspomLHk8ZJ+krdzMyQfbIpXxad30s1k=";
  };

  pyproject = true;
@@ -72,7 +72,7 @@ buildPythonPackage rec {
    description = "HTTP and FTP parallel file downloader";
    mainProgram = "parfive";
    homepage = "https://parfive.readthedocs.io/";
    changelog = "https://github.com/Cadair/parfive/releases/tag/v${version}";
    changelog = "https://github.com/Cadair/parfive/releases/tag/${src.tag}";
    license = lib.licenses.mit;
    maintainers = [ lib.maintainers.sarahec ];
  };