From 87e61d82efbb3130bf84cd8a3e64d0c29212424e Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 13 Aug 2025 14:49:37 -0500 Subject: Use newer version of python-mysqlclient. --- gn/packages/genenetwork.scm | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'gn') 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 -- cgit 1.4.1