mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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.
This commit is contained in:
parent
691ec455a8
commit
40442c852a
@ -1,13 +1,13 @@
|
||||
{ stdenv, fetchurl, python27Packages }:
|
||||
|
||||
python27Packages.buildPythonApplication rec {
|
||||
version = "2.27.0";
|
||||
version = "2.28.0";
|
||||
name = "fanficfare-${version}";
|
||||
nameprefix = "";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/JimmXinu/FanFicFare/archive/v${version}.tar.gz";
|
||||
sha256 = "02m1fr38hvxc1kby38xz9r75x5pcm8nly4d4ibnaf9i06xkg1pn0";
|
||||
sha256 = "18icxs9yaazz9swa2g4ppjsdbl25v22fdv4c1c3xspj3hwksjlvw";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python27Packages; [ beautifulsoup4 chardet html5lib html2text ];
|
||||
|
Loading…
Reference in New Issue
Block a user