diff options
author | BonfaceKilz | 2020-11-20 17:54:28 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-11-20 17:54:28 +0300 |
commit | 86acd15607658a3c4e09c87d37c5b6ebe97985e2 (patch) | |
tree | 9b6432cbcea17638fccb793bc69ed19682616ed7 /gn/packages | |
parent | 743cf0cc93821876b961a3867561f74daf92b210 (diff) | |
download | guix-bioinformatics-86acd15607658a3c4e09c87d37c5b6ebe97985e2.tar.gz |
gn: python3-genenetwork: Replace python-mistune with python-markdown
Diffstat (limited to 'gn/packages')
-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 17450ae..6a19014 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -466,7 +466,7 @@ Graphical Fragment Assembly} files and related formats.") ("python-requests" ,python-requests) ("python-simplejson" ,python-simplejson) ("python-pyyaml" ,python-pyyaml) - ("python-mistune-2.0.0a5" ,python-mistune-2.0.0a5) + ("python-markdown" ,python-markdown) ("python-rdflib" ,python-rdflib) ;; TODO: Get rid of Python R bindings ("python-rpy2" ,python-rpy2-2.9) |