aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/genenetwork.scm
diff options
context:
space:
mode:
authorMunyoki Kilyungi2023-09-25 13:33:32 +0300
committerMunyoki Kilyungi2023-09-25 13:33:32 +0300
commit5676b7bb6c6d80a9364c61260aa7aaa2b4baf21e (patch)
tree55d3b7ca3781f4b27d60bc0778aa34c6da89ced8 /gn/packages/genenetwork.scm
parent98eb79fc72ab4b6620eb13b7c021ce4975bc2a71 (diff)
downloadguix-bioinformatics-5676b7bb6c6d80a9364c61260aa7aaa2b4baf21e.tar.gz
Delete python-mypy-0.981.
* gn/packages/python.scm (python-mypy-0.981): Delete it. * gn/packages/genenetwork.scm (genenetwork3)[native-inputs]: Replace python-mypy-0.981 with upstream's python-mypy. Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r--gn/packages/genenetwork.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index 5cd663e..4ce207d 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -129,7 +129,7 @@
(list python-click))
(native-inputs
`(("python-hypothesis" ,python-hypothesis)
- ("python-mypy" ,python-mypy-0.981)
+ ("python-mypy" ,python-mypy)
("python-mypy-extensions" ,python-mypy-extensions)
("python-pylint" ,python-pylint)
("python-pytest" ,python-pytest)