aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gn/packages/python.scm13
1 files changed, 13 insertions, 0 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index b1cb6ab..d856205 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -1665,3 +1665,16 @@ sorted order.")
(synopsis "SQLAlchemy stubs and mypy plugin")
(description "SQLAlchemy stubs and mypy plugin")
(license license:expat)))
+
+(define-public python-rpy2-next
+ (package
+ (inherit python-rpy2)
+ (name "python-rpy2-next")
+ (version "3.4.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "rpy2" version))
+ (sha256
+ (base32
+ "0l4fvm58fyz044hxpaw3a8w1nlki1n8iikrg9bdd7imz04kqd671"))))))