Unverified Commit 1be4d279 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.spacy: 3.86 -> 3.8.7 (#412516)

parents 32f0693b 41239e15
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

  # build-system
  cymem,
  cython_0,
  cython,
  murmurhash,
  numpy,
  preshed,
@@ -47,19 +47,19 @@

buildPythonPackage rec {
  pname = "spacy";
  version = "3.8.6";
  version = "3.8.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "explosion";
    repo = "spaCy";
    tag = "release-v${version}";
    hash = "sha256-Zy2RLib/B9fLtcqO24ltvn1PUD68l9Rf7nHH4XuT6to=";
    hash = "sha256-mRra5/4W3DFVI/KbReTg2Ey9mOC6eQQ31/QDt7Pw0fU=";
  };

  build-system = [
    cymem
    cython_0
    cython
    murmurhash
    numpy
    preshed
@@ -129,7 +129,7 @@ buildPythonPackage rec {
        ]
      }

      nix-update python3Packages.spacy
      nix-update python3Packages.spacy --version-regex 'release-v([0-9.]+)'

      # update spacy models as well
      echo | nix-shell maintainers/scripts/update.nix --argstr package python3Packages.spacy-models.en_core_web_sm