python312Packages.textblob: 0.18.0 -> 0.18.0.post0

This commit is contained in:
R. Ryantm
2024-12-03 16:45:08 +00:00
parent 122ab4117f
commit 6a84681197
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "textblob";
version = "0.18.0";
version = "0.18.0.post0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-61B7Yr8ig6cfVr7T4PxO7H04jvdrA2mc+ZQWZXKo2vM=";
hash = "sha256-gTHFLGMLzfYdBMNZ+TnJjVuDagH7oiTZ564i/CdODMs=";
};
build-system = [ flit-core ];