mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
9a046f4fe3
commit
f14c3a77f4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue