aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/astronomy.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-07-01 22:40:04 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-07-30 10:30:46 +0100
commit825754d07c6161657fc00ca4b6ab8083096b1e7b (patch)
tree661c1cc9fc86895aa7b9b42328ec2c5c61db3b0c /gnu/packages/astronomy.scm
parent2f7926dd36e47c6c52f331c543181d80c4089631 (diff)
downloadguix-825754d07c6161657fc00ca4b6ab8083096b1e7b.tar
guix-825754d07c6161657fc00ca4b6ab8083096b1e7b.tar.gz
gnu: python-czml3: Update to 1.0.1.
* gnu/packages/astronomy.scm (python-czml3): Update to 1.0.1. Change-Id: Ib9d21c24befcebb81455dafd4563570b97570613
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r--gnu/packages/astronomy.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 20063c3b06..4f51cbfc63 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2217,7 +2217,7 @@ files and provide related services.")
(define-public python-czml3
(package
(name "python-czml3")
- (version "0.7.0")
+ (version "1.0.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2226,7 +2226,7 @@ files and provide related services.")
(file-name (git-file-name name version))
(sha256
(base32
- "0pbwcsmc9nw591rck586ca9hwwhmm54rjjmp8gflhzq8b7f48lkc"))))
+ "1vm9ajpnwxncvsl1ix3jarqyi14b0703g12wsr8b0agkrjlpmvmx"))))
(build-system pyproject-build-system)
(propagated-inputs
(list python-attrs