diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-07 21:28:09 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-30 19:32:17 +0000 |
commit | ca0fab1f6e8b1f7372e7fb6e99f63660c10a07d4 (patch) | |
tree | 89e52ba334bf27146736551c744ff108e3f0de00 /gnu/packages | |
parent | 01dbeb3cf245480ac3eb8091a1fc25ff630a7cf3 (diff) | |
download | guix-ca0fab1f6e8b1f7372e7fb6e99f63660c10a07d4.tar guix-ca0fab1f6e8b1f7372e7fb6e99f63660c10a07d4.tar.gz |
gnu: python-zodipy: Update to 1.1.0.
* gnu/packages/astronomy.scm (python-zodipy): Update to 1.1.0.
Change-Id: If46583d97f08f7ecd94475b00e53ad6961bf3569
Diffstat (limited to 'gnu/packages')
-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 dbb477a3e7..30abbebb7a 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -6391,7 +6391,7 @@ analysis. This package contains functionality for: (define-public python-zodipy (package (name "python-zodipy") - (version "1.0.0") + (version "1.1.0") (source (origin (method git-fetch) ;; no tests in the PyPI tarball @@ -6400,7 +6400,7 @@ analysis. This package contains functionality for: (commit (string-append "v." version)))) (file-name (git-file-name name version)) (sha256 - (base32 "08hwicpv3wfpccr2cj1vxb8iy7av12yjs3prq0zw7qc89imrgrbn")))) + (base32 "1i7qdbxb9izsaciq4l3fz9irgxbsklxcfd33ap7w1spjk86mgv6x")))) (build-system pyproject-build-system) (arguments (list |