guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9d2fb75d456a1dd98fa48215945a944526751a01
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jul 22 09:26:26 2025 +0100

    gnu: python-mpl-animators: Update to 1.2.4.
    
    * gnu/packages/astronomy.scm (python-mpl-animators): Update to 1.2.4.
    
    Change-Id: I34b939a7c6b75239beae354dc96c6bfd3877bb09
---
 gnu/packages/astronomy.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 98ddb2f521..7de5d08648 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4725,13 +4725,13 @@ on:
 (define-public python-mpl-animators
   (package
     (name "python-mpl-animators")
-    (version "1.2.3")
+    (version "1.2.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "mpl_animators" version))
        (sha256
-        (base32 "15zsi9apfdj6csr3vpvcw9972xr7036nw6smiwfy0n514l1xh3b1"))))
+        (base32 "1lwh16f5dilnxjnchw2l2pz7iz3dby7ij6z0l7v3fm6aqhk6fwrg"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to