about summary refs log tree commit diff
path: root/pkgs/tools/text/fanficfare
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-07 04:59:30 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-07 04:59:30 -0700
commit7d915bd28d4e5cc91f9d0a1dd7d14c7974698119 (patch)
treeabe0ee2e5ab5a0b1a5949f8334f34171f2446730 /pkgs/tools/text/fanficfare
parentb45ef79b74d267891a11c1775a473c610ecebe78 (diff)
downloadnixlib-7d915bd28d4e5cc91f9d0a1dd7d14c7974698119.tar
nixlib-7d915bd28d4e5cc91f9d0a1dd7d14c7974698119.tar.gz
nixlib-7d915bd28d4e5cc91f9d0a1dd7d14c7974698119.tar.bz2
nixlib-7d915bd28d4e5cc91f9d0a1dd7d14c7974698119.tar.lz
nixlib-7d915bd28d4e5cc91f9d0a1dd7d14c7974698119.tar.xz
nixlib-7d915bd28d4e5cc91f9d0a1dd7d14c7974698119.tar.zst
nixlib-7d915bd28d4e5cc91f9d0a1dd7d14c7974698119.zip
fanficfare: 2.23.0 -> 2.25.0
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.

These checks were done:

- built on NixOS
- ran ‘/nix/store/v61hi3r06i5xxsmcdk4cs7jijflf1fxh-fanficfare-2.25.0/bin/.fanficfare-wrapped -h’ got 0 exit code
- ran ‘/nix/store/v61hi3r06i5xxsmcdk4cs7jijflf1fxh-fanficfare-2.25.0/bin/.fanficfare-wrapped --help’ got 0 exit code
- ran ‘/nix/store/v61hi3r06i5xxsmcdk4cs7jijflf1fxh-fanficfare-2.25.0/bin/.fanficfare-wrapped -v’ and found version 2.25.0
- ran ‘/nix/store/v61hi3r06i5xxsmcdk4cs7jijflf1fxh-fanficfare-2.25.0/bin/.fanficfare-wrapped --version’ and found version 2.25.0
- ran ‘/nix/store/v61hi3r06i5xxsmcdk4cs7jijflf1fxh-fanficfare-2.25.0/bin/fanficfare -h’ got 0 exit code
- ran ‘/nix/store/v61hi3r06i5xxsmcdk4cs7jijflf1fxh-fanficfare-2.25.0/bin/fanficfare --help’ got 0 exit code
- ran ‘/nix/store/v61hi3r06i5xxsmcdk4cs7jijflf1fxh-fanficfare-2.25.0/bin/fanficfare -v’ and found version 2.25.0
- ran ‘/nix/store/v61hi3r06i5xxsmcdk4cs7jijflf1fxh-fanficfare-2.25.0/bin/fanficfare --version’ and found version 2.25.0
- found 2.25.0 with grep in /nix/store/v61hi3r06i5xxsmcdk4cs7jijflf1fxh-fanficfare-2.25.0
- directory tree listing: https://gist.github.com/a5ca8fdb686eb942eb92828f63be5af0
Diffstat (limited to 'pkgs/tools/text/fanficfare')
-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 cffce8e3b883..2ebab9d63904 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.23.0";
+  version = "2.25.0";
   name = "fanficfare-${version}";
   nameprefix = "";
 
   src = fetchurl {
     url = "https://github.com/JimmXinu/FanFicFare/archive/v${version}.tar.gz";
-    sha256 = "0589b5pg03rfv9x753cnbkz6pz508xs1n2lla3qfpagxc0pyg8i1";
+    sha256 = "1fval2jhrv3w762rmrbhbn8zj161aalvqy8n8q74yr8hzmpcvlwn";
   };
 
   propagatedBuildInputs = with python27Packages; [ beautifulsoup4 chardet html5lib html2text ];