From 5a06d325b44a99a371145c6f631930ea5a7ea3de Mon Sep 17 00:00:00 2001 From: Matt Melling Date: Mon, 30 Jan 2023 10:10:43 +0000 Subject: [PATCH] python3Packages.spacy-legacy: 3.0.9 -> 3.0.12 --- pkgs/development/python-modules/spacy/legacy.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/spacy/legacy.nix b/pkgs/development/python-modules/spacy/legacy.nix index 6e88e9f02dea..a68ea0456fe5 100644 --- a/pkgs/development/python-modules/spacy/legacy.nix +++ b/pkgs/development/python-modules/spacy/legacy.nix @@ -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 ];