python3Packages.wordcloud: 1.9.4 -> 1.9.5 (#474065)

This commit is contained in:
Gergő Gutyina
2026-01-09 14:02:51 +00:00
committed by GitHub
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "wordcloud";
version = "1.9.4";
version = "1.9.5";
pyproject = true;
@@ -28,7 +28,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-snPYpd7ZfT6tkEBGtJRk3LcRGe5534dQcqTBBcrdNHo=";
hash = "sha256-asfBN48ohtfoSWAKMG/r1B0NRrFc6HbWZaPlSfVAOws=";
};
nativeBuildInputs = [ cython ];