mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
python312Packages.fasttext-predict: 0.9.2.2 -> 0.9.2.4
This commit is contained in:
parent
61aa4ba718
commit
ffc5efd60e
1 changed files with 4 additions and 3 deletions
|
@ -8,12 +8,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "fasttext-predict";
|
||||
version = "0.9.2.2";
|
||||
version = "0.9.2.4";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-rMbf09pCHvVYI9g/aq74+PcsuU2LezpmDz4b/w9vRyc=";
|
||||
pname = "fasttext_predict";
|
||||
inherit version;
|
||||
hash = "sha256-GKb7DXTH35KA2x+Wy3XZkL/QBPqdZpST6j3T1U+E28c=";
|
||||
};
|
||||
|
||||
postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue