Skip to content

Commit

Permalink
python3Packages.somajo: 2.0.4 -> 2.0.5
Browse files Browse the repository at this point in the history
Changelog:

- Add heuristics for ambiguous quotation marks (issue NixOS#11).
- Avoid false positives for emoticons that contain a space (issue
  NixOS#12).
- Correctly tokenize obfuscated email addresses that contain spaces.
- Do not split tl;dr and its German variant zl;ng.

https://github.com/tsproisl/SoMaJo/releases/tag/v2.0.5
  • Loading branch information
danieldk committed Apr 10, 2020
1 parent 4bf632f commit b7b383d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/somajo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

buildPythonPackage rec {
pname = "SoMaJo";
version = "2.0.4";
version = "2.0.5";
disabled = !isPy3k;

src = fetchFromGitHub {
owner = "tsproisl";
repo = pname;
rev = "v${version}";
sha256 = "126jaslg8cfap2is3sy3v13xpl9drb80yc5lfsm1nw5s2xcxklqw";
sha256 = "01zvmqilnndh2b257z7bhcc7av5vhjm1g8gmdiiw15gcd2xfmqjs";
};

propagatedBuildInputs = [ regex ];
Expand Down

0 comments on commit b7b383d

Please sign in to comment.