Skip to content

Commit 19bc9bb

Browse files
authored
python3Packages.wordcloud: 1.9.4 -> 1.9.5 (#474065)
2 parents 1716cb1 + 55be8b2 commit 19bc9bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/wordcloud/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
buildPythonPackage rec {
1717
pname = "wordcloud";
18-
version = "1.9.4";
18+
version = "1.9.5";
1919

2020
pyproject = true;
2121

@@ -28,7 +28,7 @@ buildPythonPackage rec {
2828

2929
src = fetchPypi {
3030
inherit pname version;
31-
hash = "sha256-snPYpd7ZfT6tkEBGtJRk3LcRGe5534dQcqTBBcrdNHo=";
31+
hash = "sha256-asfBN48ohtfoSWAKMG/r1B0NRrFc6HbWZaPlSfVAOws=";
3232
};
3333

3434
nativeBuildInputs = [ cython ];

0 commit comments

Comments
 (0)