diff options
author | Munyoki Kilyungi | 2023-09-04 19:18:24 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-09-04 19:18:24 +0300 |
commit | 6f4a72968e473a52ac1a58971e7150823e96ba16 (patch) | |
tree | 400854af85e391eac053a1dd8b0ee10f560a7694 /gn/packages | |
parent | 1c8afbb56d57892a310552fb120b18a6f7a5a819 (diff) | |
download | guix-bioinformatics-6f4a72968e473a52ac1a58971e7150823e96ba16.tar.gz |
Revert "Pin python to python@3.8.5"
This reverts commit aaa6e53e7b623105d05e67e95186aba5b4671010.
Diffstat (limited to 'gn/packages')
-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 7d8cb43..6e5bbce 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -135,7 +135,7 @@ python-pytest-mock)) (propagated-inputs (list gemma-wrapper - `("python" (specification->package "python@3.8.5")) + python-wrapper 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" ,(specification->package "python@3.8.5")) + ("python" ,python-wrapper) ("python-pillow" ,python-pillow) ("python-coverage" ,python-coverage) ("python-configparser" ,python-configparser) ;; maintenance/scripts |