mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-wiimatch: Update to 0.3.2.
* gnu/packages/astronomy.scm (python-wiimatch): Update to 0.3.2. Change-Id: I2344c4b7e90e2652393b89c8e2bdf83644d0c711 Signed-off-by: Eric Bavier <bavier@posteo.net>
This commit is contained in:
parent
e5ffc7f5bb
commit
8b22794ab7
1 changed files with 2 additions and 2 deletions
|
@ -4279,13 +4279,13 @@ (define-public python-skyfield
|
|||
(define-public python-wiimatch
|
||||
(package
|
||||
(name "python-wiimatch")
|
||||
(version "0.3.1")
|
||||
(version "0.3.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "wiimatch" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0x6p5z6a2cqinckwlpinjxagvmswl149s1jn6ihmdxk4k0h8rrz0"))))
|
||||
"15kq7z30m9i286ncs9xvpaq3dq1p5fa47jz21prq146qwr7j6dm8"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-numpy python-scipy))
|
||||
(native-inputs (list python-codecov python-pytest python-pytest-cov
|
||||
|
|
Loading…
Reference in a new issue