mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05: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 @@ (define-public python-astropy-iers-data
|
|||
(define-public python-astroplan
|
||||
(package
|
||||
(name "python-astroplan")
|
||||
(version "0.10")
|
||||
(version "0.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "astroplan" version))
|
||||
(sha256
|
||||
(base32 "0nl7yi0h5nn4id1jifd8hpwzqdarq9z2iq56x0j2kmj3472cjw0n"))))
|
||||
(base32 "0nb97fz0mlypdlvs09wyh0z7mxw0d6aqqkd9yfzhlqz1fwrprn9r"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue