diff options
author | pjotrp | 2021-06-14 09:54:21 -0500 |
---|---|---|
committer | pjotrp | 2021-06-30 07:26:33 -0500 |
commit | 90726ad4b3291adf468d16bdcc58f9443a98c3f1 (patch) | |
tree | ba9fb2780a39c8ee427962caa421185e53f20f4d | |
parent | 0fc3b080e84e1a6727e0607ff52251cc81d5bf4d (diff) | |
download | guix-bioinformatics-90726ad4b3291adf468d16bdcc58f9443a98c3f1.tar.gz |
python gone missing conflict ;)
-rw-r--r-- | gn/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 87f9849..4d3ee4d 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -1773,10 +1773,10 @@ window to get to RStudio for example.") `(("python-coverage" ,python-coverage) ("python-ipykernel" ,python-ipykernel) ("python-pytest" ,python-pytest) - ;("python-pytest-console-scripts" ,python-pytest-console-scripts) + ; ("python-pytest-console-scripts" ,python-pytest-console-scripts) - gone missing ("python-pytest-cov" ,python-pytest-cov) ("python-pytest-mock" ,python-pytest-mock) - ;("python-pytest-tornasync" ,python-pytest-tornasync) + ; ("python-pytest-tornasync" ,python-pytest-tornasync) - gone missing ("python-requests" ,python-requests))) (home-page "https://jupyter.org") (synopsis |