Federico Beffa (2015-07-24 17:19 +0300) wrote:

>  (define-public python-ipython
>    (package
>      (name "python-ipython")
> -    (version "2.3.1")
> +    (version "3.2.1")
>      (source
>       (origin
>        (method url-fetch)
>        (uri (string-append "https://pypi.python.org/packages/source/i/";
>                            "ipython/ipython-" version ".tar.gz"))
>        (sha256
> -       (base32 "1764gi5m3ff481rjk336cw6i2h4zlc0nxam9rc5m8m7yl9m4d61y"))))
> +       (base32 "0xwin0sa9n0cabx4cq1ibf5ldsiw5dyimibla82kicz5gbpas4y9"))))
>      (build-system python-build-system)
>      (outputs '("out" "doc"))
> -    ;; FIXME: add optional dependencies when available: pyzmq, tornado, ...
> +    (propagated-inputs
> +     `(("python-pyzmq" ,python-pyzmq)
> +       ("python-terminado" ,python-terminado)))       
spaces--------------------------------------------^^^^^^^

(Sorry, no real comments)

-- 
Alex

Reply via email to