python3Packages.spacy-alignments: 0.8.4 -> 0.9.0

This commit is contained in:
Martin Weinelt
2023-09-27 15:34:29 +02:00
parent 2a3c79f3ca
commit 7fdccc3ea2
@@ -2,7 +2,6 @@
, stdenv
, cargo
, fetchPypi
, fetchpatch
, buildPythonPackage
, isPy3k
, rustPlatform
@@ -13,19 +12,19 @@
buildPythonPackage rec {
pname = "spacy-alignments";
version = "0.8.4";
version = "0.9.0";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
hash = "sha256-1HApl/RZ0w5Tf2OPu1QBUa36uIqilp+dDbPjujn0e9s=";
hash = "sha256-jcNYghWR9Xbu97/hAYe8ewa5oMQ4ofNGFwY4cY7/EmM=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-oFSruBnoodv6/0/OrmJ/2SVoWm3u3FGtzVJ9xgp0+Cg=";
hash = "sha256-I5uI+qFyb4/ArpUZi4yS/E/bmwoW7+CalMq02Gnm9S8=";
};
nativeBuildInputs = [