diff options
author | BonfaceKilz | 2020-11-05 00:44:31 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-11-05 00:44:31 +0300 |
commit | 946bba56dfec10eb766f315fb944d31ba89f4484 (patch) | |
tree | 4cab8e9f0977bcea4224fb5fa4346121bc0ddb66 /gn/packages | |
parent | 0bf4ee60fa3533a2c7245fc72ed8c42264947c2b (diff) | |
download | guix-bioinformatics-946bba56dfec10eb766f315fb944d31ba89f4484.tar.gz |
gn: python-schema-salad: use python-mistune
* gn/packages/python.scm [propagated-inputs]: Replace python-mistune-2.0.0a5
with python-mistune. This is required in order to build bh20-seq-resource
successfully.
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 8d74134..cfcb943 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -1112,7 +1112,7 @@ server.") (propagated-inputs `(("python-cachecontrol" ,python-cachecontrol-0.11) ("python-lockfile" ,python-lockfile) - ("python-mistune" ,python-mistune-2.0.0a5) + ("python-mistune" ,python-mistune) ("python-rdflib" ,python-rdflib) ("python-rdflib-jsonld" ,python-rdflib-jsonld) ("python-requests" ,python-requests) |