We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1716cb1 + 55be8b2 commit 19bc9bbCopy full SHA for 19bc9bb
1 file changed
pkgs/development/python-modules/wordcloud/default.nix
@@ -15,7 +15,7 @@
15
16
buildPythonPackage rec {
17
pname = "wordcloud";
18
- version = "1.9.4";
+ version = "1.9.5";
19
20
pyproject = true;
21
@@ -28,7 +28,7 @@ buildPythonPackage rec {
28
29
src = fetchPypi {
30
inherit pname version;
31
- hash = "sha256-snPYpd7ZfT6tkEBGtJRk3LcRGe5534dQcqTBBcrdNHo=";
+ hash = "sha256-asfBN48ohtfoSWAKMG/r1B0NRrFc6HbWZaPlSfVAOws=";
32
};
33
34
nativeBuildInputs = [ cython ];
0 commit comments