lol

fanficfare: 2.27.0 -> 2.28.0 (#45238)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fanficfare/versions.

authored by

R. RyanTM and committed by
xeji
40442c85 691ec455

+2 -2
+2 -2
pkgs/tools/text/fanficfare/default.nix
··· 1 1 { stdenv, fetchurl, python27Packages }: 2 2 3 3 python27Packages.buildPythonApplication rec { 4 - version = "2.27.0"; 4 + version = "2.28.0"; 5 5 name = "fanficfare-${version}"; 6 6 nameprefix = ""; 7 7 8 8 src = fetchurl { 9 9 url = "https://github.com/JimmXinu/FanFicFare/archive/v${version}.tar.gz"; 10 - sha256 = "02m1fr38hvxc1kby38xz9r75x5pcm8nly4d4ibnaf9i06xkg1pn0"; 10 + sha256 = "18icxs9yaazz9swa2g4ppjsdbl25v22fdv4c1c3xspj3hwksjlvw"; 11 11 }; 12 12 13 13 propagatedBuildInputs = with python27Packages; [ beautifulsoup4 chardet html5lib html2text ];