mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
python3Packages.wordcloud: unstable-2023-01-04 -> 1.9.1.1
Diff: dbf7ab7753
...1.9.1.1
Changelog: https://github.com/amueller/word_cloud/releases/tag/1.9.1.1
This commit is contained in:
parent
d94ca6fb49
commit
b4260c35b8
@ -2,7 +2,6 @@
|
||||
, buildPythonPackage
|
||||
, cython
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, matplotlib
|
||||
, mock
|
||||
, numpy
|
||||
@ -13,7 +12,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "wordcloud";
|
||||
version = "unstable-2023-01-04";
|
||||
version = "1.9.1.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -21,8 +20,8 @@ buildPythonPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "amueller";
|
||||
repo = "word_cloud";
|
||||
rev = "dbf7ab7753a36e1c12c0e1b36aeeece5023f39f9";
|
||||
hash = "sha256-ogSkVcPUth7bh7mxwdDmF/Fc2ySDxbLA8ArmBNnPvw8=";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-Tcle9otT1eBN/RzajwKZDUq8xX0Lhi2t74OvhUrvHZE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user