about summary refs log tree commit diff
path: root/pkgs/development/python-modules/spacy-alignments
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-11-25 14:47:16 -0800
committerJonathan Ringer <jonringer117@gmail.com>2021-11-30 18:52:22 -0800
commit5978b69575f8d85958ab0272bed21139e0b81cda (patch)
treeeaacb1244f8f351d2e8704ca2d895c3e71a435e7 /pkgs/development/python-modules/spacy-alignments
parent5c7aa6dd14b0f042590c579d8435239b7c30e97f (diff)
python3Packages.spacy-alignments: 0.8.3 -> 0.8.4
Diffstat (limited to 'pkgs/development/python-modules/spacy-alignments')
-rw-r--r--pkgs/development/python-modules/spacy-alignments/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/spacy-alignments/default.nix b/pkgs/development/python-modules/spacy-alignments/default.nix
index 32506c2d9e749..110483f1b56dd 100644
--- a/pkgs/development/python-modules/spacy-alignments/default.nix
+++ b/pkgs/development/python-modules/spacy-alignments/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "spacy-alignments";
-  version = "0.8.3";
+  version = "0.8.4";
 
   disabled = !isPy3k;
 
@@ -31,7 +31,7 @@ buildPythonPackage rec {
     # https://github.com/explosion/spacy-alignments/pull/3
     (fetchpatch {
       url = "https://github.com/explosion/spacy-alignments/commit/7b0ba13ff0d245bfbbe344a36fb7bbd311dd4906.diff";
-      sha256 = "sha256-jx97SSC+3z+ByInNs8Uq58H50eCo4fDCwEi6VKxRs2k=";
+      sha256 = "d4702997f459d30e537f638fbb540151adfab88aa2969f9d0db3e3ba39f47bdb";
       excludes = [ ".gitignore" ];
     })
   ];