summary refs log tree commit diff
path: root/pkgs/tools/text/fanficfare/default.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-02-06 04:11:23 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2018-02-06 04:11:23 +0200
commit9548028a22f3fbc44a450d5ccedaa722479a23ec (patch)
tree4e405124ab321c69cd9997348fc4fec54540c1a2 /pkgs/tools/text/fanficfare/default.nix
parentc08e4b9102f1b1bd7cd23cc84c61292f1f45aa7e (diff)
parentda82aff2b05c684cc8239627b54a30002281e35b (diff)
downloadnixpkgs-9548028a22f3fbc44a450d5ccedaa722479a23ec.tar
nixpkgs-9548028a22f3fbc44a450d5ccedaa722479a23ec.tar.gz
nixpkgs-9548028a22f3fbc44a450d5ccedaa722479a23ec.tar.bz2
nixpkgs-9548028a22f3fbc44a450d5ccedaa722479a23ec.tar.lz
nixpkgs-9548028a22f3fbc44a450d5ccedaa722479a23ec.tar.xz
nixpkgs-9548028a22f3fbc44a450d5ccedaa722479a23ec.tar.zst
nixpkgs-9548028a22f3fbc44a450d5ccedaa722479a23ec.zip
Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/os-specific/linux/cpupower/default.nix
Diffstat (limited to 'pkgs/tools/text/fanficfare/default.nix')
-rw-r--r--pkgs/tools/text/fanficfare/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/fanficfare/default.nix b/pkgs/tools/text/fanficfare/default.nix
index 37447d0fb2a..2af9baeb5c5 100644
--- a/pkgs/tools/text/fanficfare/default.nix
+++ b/pkgs/tools/text/fanficfare/default.nix
@@ -1,13 +1,13 @@
 { stdenv, fetchurl, python27Packages }:
 
 python27Packages.buildPythonApplication rec {
-  version = "2.16.0";
+  version = "2.22.0";
   name = "fanficfare-${version}";
   nameprefix = "";
 
   src = fetchurl {
     url = "https://github.com/JimmXinu/FanFicFare/archive/v${version}.tar.gz";
-    sha256 = "0c31z7w4b3wz5nahsmnfhvp3srprfsqbp3zyngw4cqw3dm17kvvi";
+    sha256 = "1gwr2qk0wff8f69w21ffj6cq8jklqd89vcdhhln6ii1h1kf8k031";
   };
 
   propagatedBuildInputs = with python27Packages; [ beautifulsoup4 chardet html5lib html2text ];