guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#67915] [PATCH 14/32] gnu: python-mpl-animators: Update to 1.1.1.


From: Sharlatan Hellseher
Subject: [bug#67915] [PATCH 14/32] gnu: python-mpl-animators: Update to 1.1.1.
Date: Wed, 20 Dec 2023 00:53:21 +0000

* gnu/packages/astronomy.scm (python-mpl-animators): Update to 1.1.1.

Change-Id: I7cd7f70724286480c469820659e922699461b7e0
---
 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 b2948bd903..2017b791c7 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2040,13 +2040,13 @@ (define-public python-hvpy
 (define-public python-mpl-animators
   (package
     (name "python-mpl-animators")
-    (version "1.1.0")
+    (version "1.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "mpl_animators" version))
        (sha256
-        (base32 "12kjmj7rn3pk9ly82h5s5hn0kl3kxkr7bgkz9zr9k59pir8z1r8b"))))
+        (base32 "078dshs383ny182dac0spg7z0iilcwa0fnwv1vizsr6p1d3ar98b"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list python-pytest
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]