This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new dd9180b6c2 gnu: python-mysqlclient: Update to 2.2.7.
dd9180b6c2 is described below

commit dd9180b6c2c113b388f17058ddccbac3447a8a84
Author: Frederick Muriuki Muriithi <[email protected]>
AuthorDate: Thu Aug 14 11:05:58 2025 -0500

    gnu: python-mysqlclient: Update to 2.2.7.
    
    * gnu/packages/databases.scm (python-mysqlclient): Upgrade to 2.2.7.
    
    Change-Id: Ifa5a8f7c478a6823fd957b2788e9b52457c5713d
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 3e066efd67..538eac0266 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -4853,13 +4853,13 @@ files or Python scripts that define a list of migration 
steps.")
 (define-public python-mysqlclient
   (package
     (name "python-mysqlclient")
-    (version "2.2.4")
+    (version "2.2.7")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "mysqlclient" version))
        (sha256
-        (base32 "0hdznfz9095d2qhl7awbp39s7wpqbxn37xzan487qzaf8srrzg1k"))))
+        (base32 "0i9q2vj6rb4w2iggk0mcp9jla2rm91sx7jcrgv7grm8njjsj5bi4"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:test-flags

Reply via email to