diff options
author | BonfaceKilz | 2021-04-20 22:12:35 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-04-20 22:12:35 +0300 |
commit | a5c2123037175dcfea827444a325c839b8f7d05b (patch) | |
tree | 84695367d51121c703b93ac5b9727ecd868fb019 | |
parent | 7b6e878d2661e43d3220cecbae17f9ffea71b84b (diff) | |
download | guix-bioinformatics-a5c2123037175dcfea827444a325c839b8f7d05b.tar.gz |
gn: genetwork: Propagate python-rpy2-next
* gn/packages/genenetwork.scm (python3-genenetwork2)
[propagated-inputs]: Use python-rpy2-next.
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 0db7032..a90a054 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -473,7 +473,7 @@ Graphical Fragment Assembly} files and related formats.") ("python-markdown" ,python-markdown) ("python-rdflib" ,python-rdflib) ;; TODO: Get rid of Python R bindings - ("python-rpy2" ,python-rpy2-2.9) + ("python-rpy2" ,python-rpy2-next) ("python-beautifulsoup4" ,python-beautifulsoup4) ;; Disable for now. Build fails on Penguin2 ;; ("python-flask-socketio" ,python-flask-socketio) |