python312Packages.wordcloud: 1.9.3 -> 1.9.4

This commit is contained in:
R. Ryantm 2024-11-10 17:50:16 +00:00
parent 5b916fd897
commit fa1ebbeeff

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "wordcloud";
version = "1.9.3";
version = "1.9.4";
pyproject = true;
@ -27,7 +27,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-qapzjWPtZ0pA8Mwxrbg/TKX8GV8Dpq/24BDR9YB9HFg=";
hash = "sha256-snPYpd7ZfT6tkEBGtJRk3LcRGe5534dQcqTBBcrdNHo=";
};
postPatch = ''