summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-01 07:34:50 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-06-01 07:34:50 -0700
commitcc9f389c04ee995c9c9fda3fe67d4ba82d4e7768 (patch)
treee13a02da0c405ddf86e2292da19a44fed2904a1c /pkgs/tools
parent97aba37876c4513102b0acef05f3438c0b896840 (diff)
downloadnixpkgs-cc9f389c04ee995c9c9fda3fe67d4ba82d4e7768.tar
nixpkgs-cc9f389c04ee995c9c9fda3fe67d4ba82d4e7768.tar.gz
nixpkgs-cc9f389c04ee995c9c9fda3fe67d4ba82d4e7768.tar.bz2
nixpkgs-cc9f389c04ee995c9c9fda3fe67d4ba82d4e7768.tar.lz
nixpkgs-cc9f389c04ee995c9c9fda3fe67d4ba82d4e7768.tar.xz
nixpkgs-cc9f389c04ee995c9c9fda3fe67d4ba82d4e7768.tar.zst
nixpkgs-cc9f389c04ee995c9c9fda3fe67d4ba82d4e7768.zip
fanficfare: 3.7.0 -> 3.8.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
Diffstat (limited to 'pkgs/tools')
-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 3bf01674977..8a60d52faab 100644
--- a/pkgs/tools/text/fanficfare/default.nix
+++ b/pkgs/tools/text/fanficfare/default.nix
@@ -2,11 +2,11 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "FanFicFare";
-  version = "3.7.0";
+  version = "3.8.0";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    sha256 = "1h4a1y9m65lf495r52gayprlbxpd43hpbhcbawadbkxf26gr1vkk";
+    sha256 = "1lwzg1mghjfggjyf35vqakfwkd4xcvcx2xfqnz0m3imlxk729kdl";
   };
 
   propagatedBuildInputs = with python3Packages; [