summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-21 14:26:30 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-09-01 20:04:51 +0100
commit336b6e7fcc6380735cebccbea8c3353c70e9eed4 (patch)
treee0be83d698f73161a3b32e7d315394c961364a4b
parentf958c22f8f951da24d5742b1d5bf4d107e261f05 (diff)
gnu: python-zodipy: Update to 1.1.5.
* gnu/packages/astronomy.scm (python-zodipy): Update to 1.1.5. Relates-to: guix/guix!10702
-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 8e2e96a342e..5eb056c4a6b 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -13326,7 +13326,7 @@ analysis. This package contains functionality for:
13326(define-public python-zodipy 13326(define-public python-zodipy
13327 (package 13327 (package
13328 (name "python-zodipy") 13328 (name "python-zodipy")
13329 (version "1.1.1") 13329 (version "1.1.5")
13330 (source 13330 (source
13331 (origin 13331 (origin
13332 (method git-fetch) 13332 (method git-fetch)
@@ -13337,7 +13337,7 @@ analysis. This package contains functionality for:
13337 (commit (string-append "v" version)))) 13337 (commit (string-append "v" version))))
13338 (file-name (git-file-name name version)) 13338 (file-name (git-file-name name version))
13339 (sha256 13339 (sha256
13340 (base32 "0n51bism8irj2afj4xjyx438ylcc8f1dw2x0jy8xg90x7wdh30cm")))) 13340 (base32 "13l1bhzvgzcbj8wsx4m87v2ys32x23rkm66y1fh6z08h72w3zrqq"))))
13341 (build-system pyproject-build-system) 13341 (build-system pyproject-build-system)
13342 (native-inputs 13342 (native-inputs
13343 (list python-poetry-core 13343 (list python-poetry-core