diff options
author | Frederick Muriuki Muriithi | 2024-11-21 13:52:57 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-21 13:52:57 -0600 |
commit | 1de7158020812c9825cf9082815fe995a535bff3 (patch) | |
tree | 43dbabb0ae582e68b3a0411f3edadef2db3c2600 /gn/packages/genenetwork.scm | |
parent | 1a9bb9adaf364de104d7f6d9a7aa1498777bc3d2 (diff) | |
download | guix-bioinformatics-1de7158020812c9825cf9082815fe995a535bff3.tar.gz |
gn-libs: New dependencies
Add `python-authlib` and `python-pymonad` as new dependencies.
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 6e0c540..5390faa 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -565,7 +565,9 @@ python-pylint python-pytest)) (propagated-inputs - (list python-mysqlclient)) + (list python-authlib + python-pymonad + python-mysqlclient)) (home-page "https://github.com/genenetwork/gn-libs") (synopsis "Tools/utilities for GeneNetwork projects.") (description "A collection of tools and utilities used across multiple |