about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn/packages/genenetwork.scm2
-rw-r--r--gn/packages/python.scm12
2 files changed, 1 insertions, 13 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 6d58f37..a653ab4 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -231,7 +231,7 @@
          ("python-rdflib" ,python-rdflib)
          ("python-twint" ,python-twint)
          ;; TODO: Get rid of Python R bindings
-         ("python-rpy2" ,python-rpy2-next)
+         ("python-rpy2" ,python-rpy2)
          ("python-beautifulsoup4" ,python-beautifulsoup4)
          ;; Disable for now. Build fails on Penguin2
          ;; ("python-flask-socketio" ,python-flask-socketio)
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index 3f9a847..a689b1c 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -1612,18 +1612,6 @@ sorted order.")
     (description "Python IPFS HTTP CLIENT library")
     (license license:expat)))
 
-(define-public python-rpy2-next
-  (package
-    (inherit python-rpy2)
-    (name "python-rpy2-next")
-    (version "3.4.5")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "rpy2" version))
-       (sha256
-        (base32
-         "1cysswxr5glrdblyl2zsmywcj7xhxn3wmyihxinrz9gm8gmaacax"))))))
 
 (define-public python-jupyter-server-proxy
   (package