gnu: python-czml3: Update to 1.0.1.
* gnu/packages/astronomy.scm (python-czml3): Update to 1.0.1. Change-Id: Ib9d21c24befcebb81455dafd4563570b97570613master
parent
2f7926dd36
commit
825754d07c
|
@ -2217,7 +2217,7 @@ files and provide related services.")
|
||||||
(define-public python-czml3
|
(define-public python-czml3
|
||||||
(package
|
(package
|
||||||
(name "python-czml3")
|
(name "python-czml3")
|
||||||
(version "0.7.0")
|
(version "1.0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2226,7 +2226,7 @@ files and provide related services.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pbwcsmc9nw591rck586ca9hwwhmm54rjjmp8gflhzq8b7f48lkc"))))
|
"1vm9ajpnwxncvsl1ix3jarqyi14b0703g12wsr8b0agkrjlpmvmx"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-attrs
|
(list python-attrs
|
||||||
|
|
Reference in New Issue