mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-czml3: Update to 1.0.2.
* gnu/packages/astronomy.scm (python-czml3): Update to 1.0.2. [native-inputs]: Remove python-pytest-cov. Change-Id: I580ccbe9f87e6ba2d01e4181d4e491640c6dcf09
This commit is contained in:
parent
f6ad24592b
commit
60b4292131
1 changed files with 4 additions and 9 deletions
|
@ -2396,7 +2396,7 @@ (define-public python-crds
|
|||
(define-public python-czml3
|
||||
(package
|
||||
(name "python-czml3")
|
||||
(version "1.0.1")
|
||||
(version "1.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2405,17 +2405,12 @@ (define-public python-czml3
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1vm9ajpnwxncvsl1ix3jarqyi14b0703g12wsr8b0agkrjlpmvmx"))))
|
||||
(base32 "0gsdffn5w7j1aridvmx4xh6axvmbmqjwawacc8fnshpcyh4md5pn"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs
|
||||
(list python-attrs
|
||||
python-dateutil
|
||||
python-w3lib))
|
||||
(list python-attrs python-dateutil python-w3lib))
|
||||
(native-inputs
|
||||
(list python-astropy
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
python-pytest-mypy))
|
||||
(list python-astropy python-pytest python-pytest-mypy))
|
||||
(home-page "https://github.com/poliastro/czml3")
|
||||
(synopsis "Python library to write CZML")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue