diff options
author | Munyoki Kilyungi | 2023-09-04 13:05:11 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-09-04 13:11:47 +0300 |
commit | aaa6e53e7b623105d05e67e95186aba5b4671010 (patch) | |
tree | 945feb4a9bbdc7b95f6aaf48bad56020176180a1 /gn | |
parent | 9a653d2d9aa566f6273bd2ceb3be7ac533fb372c (diff) | |
download | guix-bioinformatics-aaa6e53e7b623105d05e67e95186aba5b4671010.tar.gz |
Pin python to python@3.8.5
* gn/packages/genenetwork.scm: (genenetwork3, genenetwork2): Using
python@3.8.5
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/genenetwork.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 6e5bbce..7d8cb43 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -135,7 +135,7 @@ python-pytest-mock)) (propagated-inputs (list gemma-wrapper - python-wrapper + `("python" (specification->package "python@3.8.5")) csvdiff gn-rust-correlation python-bcrypt ;; Replace use of bcrypt with argon below @@ -218,7 +218,7 @@ ("gn-rust-correlation" ,gn-rust-correlation) ("glibc-utf8-locales" ,glibc-utf8-locales) ("nginx" ,nginx) - ("python" ,python-wrapper) + ("python" ,(specification->package "python@3.8.5")) ("python-pillow" ,python-pillow) ("python-coverage" ,python-coverage) ("python-configparser" ,python-configparser) ;; maintenance/scripts |