Merge pull request #295145 from Stunkymonkey/python-pywavelets-normalize
This commit is contained in:
commit
4b7cd70b04
1 changed files with 3 additions and 2 deletions
|
@ -9,12 +9,13 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "PyWavelets";
|
||||
pname = "pywavelets";
|
||||
version = "1.4.1";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "PyWavelets";
|
||||
inherit version;
|
||||
hash = "sha256-ZDevPd8IMRjCbY+Xq0OwckuVbJ+Vjp6niGWfaig0upM=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue