aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/mecab-python3
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-04-24 18:42:49 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-04-24 18:43:25 +0200
commitc9a5365ee9967d883d52d2828c2d9119e704f638 (patch)
tree1a4d47fa3f75b0b3615765d213098f5f23c60936 /pkgs/development/python-modules/mecab-python3
parentc79fbdb36e0b49d8fca981355354bd631323a78c (diff)
python: mecab-python3: 0.996.1 -> 0.996.2
Diffstat (limited to 'pkgs/development/python-modules/mecab-python3')
-rw-r--r--pkgs/development/python-modules/mecab-python3/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/mecab-python3/default.nix b/pkgs/development/python-modules/mecab-python3/default.nix
index c68fb90952e5..4a6f6b0c4dd1 100644
--- a/pkgs/development/python-modules/mecab-python3/default.nix
+++ b/pkgs/development/python-modules/mecab-python3/default.nix
@@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "mecab-python3";
- version = "0.996.1";
+ version = "0.996.2";
src = fetchPypi {
inherit pname version;
- sha256 = "5aca4d0d196161e41452b89921042c0e61a6b7e7e9373211c0c1c50d1809055d";
+ sha256 = "a80383fba343dad247b486a9afa486b7f0ec6244cb8bbf2d6a24d2fab5f19180";
};
nativeBuildInputs = [