diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-14 21:46:52 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-28 22:44:01 +0000 |
commit | e1cf7d5900d30323f48e00e0f2ff6145eb4534a7 (patch) | |
tree | c414931e1a9eb8f7b56a37d853f1ce46f48e1977 /gnu | |
parent | f0436f51984b37c9f48870d923eb0540d740666d (diff) |
gnu: python-cmyt: Update to 2.0.2.
* gnu/packages/astronomy.scm (python-cmyt): Update to 2.0.2.
Change-Id: I7829b96d3cf0802f06237a2981f155f00fbae60c
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index bb9436a273..33264de56c 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4091,7 +4091,7 @@ specifically in the C code.") (define-public python-cmyt (package (name "python-cmyt") - (version "2.0.1") + (version "2.0.2") (source (origin (method git-fetch) ; no tests in the PyPI tarball @@ -4100,7 +4100,7 @@ specifically in the C code.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0d1szsgjd09ya53vx7g5ryz2jdxl19p9rvrm4xz8v53vbqrp18cv")))) + (base32 "1d257xlgxc06x47k07xn5ml2kjqzc7dgjal4bl9x2w6b90xn0pm1")))) (build-system pyproject-build-system) (arguments (list |