diff options
author | BonfaceKilz | 2020-10-27 15:16:34 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-10-31 14:45:44 +0300 |
commit | 6457afc34731d4bd434466a1c86dec63b7181f38 (patch) | |
tree | 1bf35f1d8d78737f97e2ad137504ef703831d58a | |
parent | 117a3192ab26d8fd1caeca648533cc58ed420f06 (diff) | |
download | guix-bioinformatics-6457afc34731d4bd434466a1c86dec63b7181f38.tar.gz |
gn: Add new python-mistune-2.0.0a5 package
-rw-r--r-- | gn/packages/python.scm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 0bcc48b..cfcb943 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -1729,3 +1729,17 @@ sorted order.") (description "A framework for managing and maintaining multi-language pre-commit hooks.") (license license:expat))) + +;; Latest version. Upstream once v2.x.x becomes a stable release candidate +(define-public python-mistune-2.0.0a5 + (package + (inherit python-mistune) + (name "python-mistune-2.0.0a5") + (version "2.0.0a5") + (source + (origin + (method url-fetch) + (uri (pypi-uri "mistune" version)) + (sha256 + (base32 + "1vc0rd50wbny0qdjjc7z14xvjdsfcmzavx3njxpxr2dvhx3b6j79")))))) |