diff options
author | Alexander_Kabui | 2025-02-28 16:15:57 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2025-03-01 07:38:58 +0300 |
commit | 8133ba7f8cc93a050e071c35a5fc9421695a19af (patch) | |
tree | 7de20078457ab98a0c849cf802190dba905fd538 /gn/packages/genenetwork.scm | |
parent | 1be61b6db6ff32cef5a0e51a938cbcbc799e78ea (diff) | |
download | guix-bioinformatics-8133ba7f8cc93a050e071c35a5fc9421695a19af.tar.gz |
genenetwork2: Replace python-pillow with python-pillow-9.
* gn/packages/genenetwork.scm (genenetwork2) [propagated-inputs]: Use
python-pilow-9.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index f274f37..f729d1e 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -329,7 +329,6 @@ storage.") python-mysqlclient python-numpy python-pandas - python-pillow python-pylint python-pymonad python-pytest @@ -343,6 +342,7 @@ storage.") python-simplejson python-wrapper python-xlsxwriter + python-pillow-9 r r-ctl r-qtl |