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:
Sharlatan Hellseher 2024-07-30 22:21:15 +01:00
parent f6ad24592b
commit 60b4292131
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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