mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-rpy2: Update home page.
* gnu/packages/python.scm (python-rpy2)[home-page]: Update URI.
This commit is contained in:
parent
93f9e0d9e9
commit
db09a450d2
1 changed files with 1 additions and 1 deletions
|
@ -3722,7 +3722,7 @@ (define-public python-rpy2
|
||||||
("python-numpy" ,python-numpy)))
|
("python-numpy" ,python-numpy)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("zlib" ,zlib)))
|
`(("zlib" ,zlib)))
|
||||||
(home-page "http://rpy.sourceforge.net/")
|
(home-page "https://rpy2.bitbucket.io/")
|
||||||
(synopsis "Python interface to the R language")
|
(synopsis "Python interface to the R language")
|
||||||
(description "rpy2 is a redesign and rewrite of rpy. It is providing a
|
(description "rpy2 is a redesign and rewrite of rpy. It is providing a
|
||||||
low-level interface to R from Python, a proposed high-level interface,
|
low-level interface to R from Python, a proposed high-level interface,
|
||||||
|
|
Loading…
Reference in a new issue