mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: python-mpl-animators: Update to 1.1.1.
* gnu/packages/astronomy.scm (python-mpl-animators): Update to 1.1.1. Change-Id: I7cd7f70724286480c469820659e922699461b7e0
This commit is contained in:
parent
3669f98ea4
commit
55b0ad10a3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue