gnu: python-astroplan: Update to 0.10.1.

* gnu/packages/astronomy.scm (python-astroplan): Update to 0.10.1.

Change-Id: I7968e02a1525ab8f2440b0192db566ffdfad935a
This commit is contained in:
Sharlatan Hellseher 2024-08-16 20:18:15 +01:00
parent 9a046f4fe3
commit f14c3a77f4
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2002,13 +2002,13 @@ celestial-to-terrestrial coordinate transformations.")
(define-public python-astroplan (define-public python-astroplan
(package (package
(name "python-astroplan") (name "python-astroplan")
(version "0.10") (version "0.10.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "astroplan" version)) (uri (pypi-uri "astroplan" version))
(sha256 (sha256
(base32 "0nl7yi0h5nn4id1jifd8hpwzqdarq9z2iq56x0j2kmj3472cjw0n")))) (base32 "0nb97fz0mlypdlvs09wyh0z7mxw0d6aqqkd9yfzhlqz1fwrprn9r"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list