about summary refs log tree commit diff
path: root/pkgs/tools/text/fanficfare
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-21 10:11:44 -0700
committerJon <jonringer@users.noreply.github.com>2019-10-21 13:42:19 -0700
commit2e71b42edc5fd8521f3d207fa9754a4c08b4447e (patch)
treed4d4d5be5051d26efc801fa8c27c0d555f44cf63 /pkgs/tools/text/fanficfare
parent2ff7fa55c17698d8df39cdff55a2323c45e7b921 (diff)
downloadnixlib-2e71b42edc5fd8521f3d207fa9754a4c08b4447e.tar
nixlib-2e71b42edc5fd8521f3d207fa9754a4c08b4447e.tar.gz
nixlib-2e71b42edc5fd8521f3d207fa9754a4c08b4447e.tar.bz2
nixlib-2e71b42edc5fd8521f3d207fa9754a4c08b4447e.tar.lz
nixlib-2e71b42edc5fd8521f3d207fa9754a4c08b4447e.tar.xz
nixlib-2e71b42edc5fd8521f3d207fa9754a4c08b4447e.tar.zst
nixlib-2e71b42edc5fd8521f3d207fa9754a4c08b4447e.zip
fanficfare: 3.11.0 -> 3.12.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/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 556b868e161b..b0d66dfd93ed 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.11.0";
+  version = "3.12.0";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    sha256 = "1w1crc32p5rnbah6x9km6yvjiy5qrmpmvzb4ignsprfxjq803r3a";
+    sha256 = "1hzb668fga9y422670iw22ggfn8a9jp2jdxs2xhzbqxnfrw08wq0";
   };
 
   propagatedBuildInputs = with python3Packages; [