tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.fasttext-predict: 0.9.2.2 -> 0.9.2.4
Sandro Jäckel
1 year ago
ffc5efd6
61aa4ba7
+4
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
fasttext-predict
default.nix
+4
-3
pkgs/development/python-modules/fasttext-predict/default.nix
···
8
8
9
9
buildPythonPackage rec {
10
10
pname = "fasttext-predict";
11
11
-
version = "0.9.2.2";
11
11
+
version = "0.9.2.4";
12
12
format = "setuptools";
13
13
14
14
src = fetchPypi {
15
15
-
inherit pname version;
16
16
-
hash = "sha256-rMbf09pCHvVYI9g/aq74+PcsuU2LezpmDz4b/w9vRyc=";
15
15
+
pname = "fasttext_predict";
16
16
+
inherit version;
17
17
+
hash = "sha256-GKb7DXTH35KA2x+Wy3XZkL/QBPqdZpST6j3T1U+E28c=";
17
18
};
18
19
19
20
postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''