Skip to content

Commit

Permalink
python3Packages.spacy: 2.3.0 -> 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Jul 8, 2020
1 parent 6ca34e4 commit 6c14fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/spacy/default.nix
Expand Up @@ -21,11 +21,11 @@

buildPythonPackage rec {
pname = "spacy";
version = "2.3.0";
version = "2.3.1";

src = fetchPypi {
inherit pname version;
sha256 = "0nri437dyapiq5gx8lbmjdfvqw2cnw3di13kp44rzr17bm5yh2jv";
sha256 = "1gy6jzpsz21lziv15gjasb3l7cyxnlivgsrks8106mcmp7vw83cg";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 6c14fb9

Please sign in to comment.