pythonPackages.pyalgotrade: fix typo
This commit is contained in:
parent
538b016ae0
commit
e68e149447
|
@ -16107,7 +16107,7 @@ in {
|
||||||
|
|
||||||
|
|
||||||
pyalgotrade = buildPythonPackage {
|
pyalgotrade = buildPythonPackage {
|
||||||
name = "pyalogotrade-0.16";
|
name = "pyalgotrade-0.16";
|
||||||
disabled = isPy3k;
|
disabled = isPy3k;
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
|
|
Loading…
Reference in New Issue