guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 481f834d977ab93796bff46be62e37089af456c5
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Jun 1 23:13:29 2026 +0100

    gnu: python-matplotlib: Update to 3.10.9.
    
    * gnu/packages/python-xyz.scm (python-matplotlib): Update to 3.10.9.
    [native-inputs]: Remove pybind11-2; add pybind11.
    
    Change-Id: I90dc43d4b8137fdec707c9f579c386cf49b936c6
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index aab0594800..8d37f234f2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13156,7 +13156,7 @@ comparison.
 (define-public python-matplotlib
   (package
     (name "python-matplotlib")
-    (version "3.10.8")
+    (version "3.10.9")
     (source
      (origin
        (method git-fetch)
@@ -13165,7 +13165,7 @@ comparison.
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1rlday52hcyrp7xfbdf4z8lzgnxkpfvjxnl9qmq0jvc3ph3n8k5i"))))
+        (base32 "1mff6s0nldfgdczjrfkkg68j2sx9l7jpslbcyq0d4slhnkx1lp2g"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -13245,7 +13245,7 @@ comparison.
     (native-inputs
      (list pkg-config
            python-meson
-           pybind11-2
+           pybind11
            python-pytest
            python-pytest-timeout
            python-pytest-xdist

Reply via email to