Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python: textacy: 0.4.1 -> 0.5.0

+2 -2
+2 -2
pkgs/development/python-modules/textacy/default.nix
··· 25 25 buildPythonPackage rec { 26 26 name = "${pname}-${version}"; 27 27 pname = "textacy"; 28 - version = "0.4.1"; 28 + version = "0.5.0"; 29 29 30 30 src = fetchPypi { 31 31 inherit pname version; 32 - sha256 = "04wf3a7zgzz83nmgkh488wkl50zm9yfdpv3sl12sm2zj685plqcz"; 32 + sha256 = "6fc4603fd52c386081b063ef7aa15ca77e5e937a3064b197359659fccfdeb406"; 33 33 }; 34 34 35 35 disabled = isPy27; # 2.7 requires backports.csv