mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
python3Packages.PyWavelets: 1.3.0 -> 1.4.1
This commit is contained in:
parent
905f685b29
commit
ba24a36da5
1 changed files with 2 additions and 2 deletions
|
@ -10,12 +10,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "PyWavelets";
|
||||
version = "1.3.0";
|
||||
version = "1.4.1";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-y6qdYgUtna+Np2X8jnwww46iuOnhwYhBkT37SuxnHuU=";
|
||||
sha256 = "sha256-ZDevPd8IMRjCbY+Xq0OwckuVbJ+Vjp6niGWfaig0upM=";
|
||||
};
|
||||
|
||||
checkInputs = [ nose pytest ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue