0
0
Fork 0
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:
Sandro Jäckel 2024-11-25 15:12:14 +01:00
parent 61aa4ba718
commit ffc5efd60e
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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 ''