Unverified Commit 5a06d325 authored by Matt Melling's avatar Matt Melling
Browse files

python3Packages.spacy-legacy: 3.0.9 -> 3.0.12

parent d2bbcbe6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@

buildPythonPackage rec {
  pname = "spacy-legacy";
  version = "3.0.9";
  version = "3.0.12";

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-T33LxObI6MtOrbsAn5wKGipnRC4AMsjWd2yUcMN1mQM=";
    sha256 = "sha256-s31uDJtuHXyhz1vHFSq2SkxGcfWcha2vej/LhwNXp3Q=";
  };

  # nativeCheckInputs = [ pytestCheckHook spacy ];