python312Packages.fasttext-predict: 0.9.2.2 -> 0.9.2.4

+4 -3
+4 -3
pkgs/development/python-modules/fasttext-predict/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "fasttext-predict"; 11 - version = "0.9.2.2"; 11 + version = "0.9.2.4"; 12 12 format = "setuptools"; 13 13 14 14 src = fetchPypi { 15 - inherit pname version; 16 - hash = "sha256-rMbf09pCHvVYI9g/aq74+PcsuU2LezpmDz4b/w9vRyc="; 15 + pname = "fasttext_predict"; 16 + inherit version; 17 + hash = "sha256-GKb7DXTH35KA2x+Wy3XZkL/QBPqdZpST6j3T1U+E28c="; 17 18 }; 18 19 19 20 postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''