about summary refs log tree commit diff
path: root/gn/packages/python.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r--gn/packages/python.scm12
1 files changed, 0 insertions, 12 deletions
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