mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 21:57:27 +00:00
python310Packages.spacy-pkuseg: 0.0.32 -> 0.0.33
This commit is contained in:
parent
58aa673711
commit
bf0eeb3c34
@ -9,14 +9,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "spacy-pkuseg";
|
pname = "spacy-pkuseg";
|
||||||
version = "0.0.32";
|
version = "0.0.33";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "spacy_pkuseg";
|
pname = "spacy_pkuseg";
|
||||||
hash = "sha256-9y2TZROOkIOl54u6jocZD4WtP5Ct3bVfacWKqGLISEw=";
|
hash = "sha256-8TFWrE4ERg8aw17f0DbplwTbutGa0KObBsNA+AKinmI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Does not seem to have actual tests, but unittest discover
|
# Does not seem to have actual tests, but unittest discover
|
||||||
|
Loading…
Reference in New Issue
Block a user