lol

Merge pull request #259272 from delroth/fedifetcher-7.0.0

fedifetcher: 5.0.1 -> 7.0.1

authored by

Pierre Bourdon and committed by
GitHub
589c74ae 335d1b25

+3 -2
+3 -2
pkgs/tools/misc/fedifetcher/default.nix
··· 2 2 3 3 python3.pkgs.buildPythonApplication rec { 4 4 pname = "fedifetcher"; 5 - version = "5.0.1"; 5 + version = "7.0.1"; 6 6 format = "other"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "nanos"; 10 10 repo = "FediFetcher"; 11 11 rev = "v${version}"; 12 - hash = "sha256-O7YDxNQel1XFSjGrzdBI4PsejmzPVLvYLNF/vZgdh4w="; 12 + hash = "sha256-/Au6a93na3meb2j0eR8UCCg+TVW/UqWz3/TkASB94Eg="; 13 13 }; 14 14 15 15 propagatedBuildInputs = with python3.pkgs; [ 16 + defusedxml 16 17 python-dateutil 17 18 requests 18 19 ];