0
0
Fork 0
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:
Martin Weinelt 2022-12-30 20:13:42 +01:00
parent 905f685b29
commit ba24a36da5

View file

@ -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 ];