diff options
author | Frederick Muriuki Muriithi | 2025-08-13 14:49:37 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-08-14 10:16:31 -0500 |
commit | 87e61d82efbb3130bf84cd8a3e64d0c29212424e (patch) | |
tree | 69aa9a805014eedd302333be38dbb8ecf9adf36e | |
parent | 35c6e8824bc62496222be300ef8ad5064ecb4579 (diff) | |
download | guix-bioinformatics-87e61d82efbb3130bf84cd8a3e64d0c29212424e.tar.gz |
Use newer version of python-mysqlclient.
-rw-r--r-- | gn/packages/genenetwork.scm | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 1049b0b..19f061f 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -59,7 +59,8 @@ #:use-module (gn packages python) #:use-module (gn packages statistics) #:use-module (gn packages web) - #:use-module (srfi srfi-1)) + #:use-module (srfi srfi-1) + #:use-module (gn packages databases)) (define-public rust-qtlreaper @@ -154,7 +155,7 @@ python-flask python-flask-cors python-lmdb - python-mysqlclient + python-mysqlclient-2.2.7 python-numpy python-pandas python-pingouin-without-tests @@ -326,7 +327,7 @@ storage.") python-lxml python-markdown python-mypy - python-mysqlclient + python-mysqlclient-2.2.7 python-numpy python-pandas python-pylint @@ -511,7 +512,7 @@ storage.") python-authlib python-pymonad python-jsonpickle - python-mysqlclient + python-mysqlclient-2.2.7 ;;python-flask-session temporary-python-flask-session web-bootstrap-5 @@ -573,7 +574,7 @@ storage.") python-email-validator python-flask python-flask-cors - python-mysqlclient + python-mysqlclient-2.2.7 python-pymonad python-redis yoyo-migrations)) @@ -619,7 +620,7 @@ storage.") (list python-authlib python-pymonad python-requests - python-mysqlclient)) + python-mysqlclient-2.2.7)) (home-page "https://github.com/genenetwork/gn-libs") (synopsis "Tools/utilities for GeneNetwork projects.") (description "A collection of tools and utilities used across multiple |