diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-17 22:19:58 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-30 13:20:50 +0100 |
| commit | 6dfc0bbc43fe383efa99cc5ace0fd7fa09b58a7f (patch) | |
| tree | 78c42bd831230fc927345dd5b0092fed7d5b1f7c /gnu | |
| parent | 6a0b6eb98212b65df24741a9d7325fda23e74ef4 (diff) | |
gnu: python-spisea: Update to 2.4.
* gnu/packages/astronomy.scm (python-spisea): Update to 2.4.
Change-Id: I22e60126a15331d052e3cf727f801df8de17c8cc
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 ec5cec9719..11f9a4725a 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -9813,7 +9813,7 @@ spherical polygons that represent arbitrary regions of the sky.") (define-public python-spisea (package (name "python-spisea") - (version "2.3") + (version "2.4") (source (origin (method git-fetch) @@ -9822,7 +9822,7 @@ spherical polygons that represent arbitrary regions of the sky.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1jpd8w0wbd6y2j2727mhbr1wspnbm3dqn17ic2gzizk13y9idz1k")))) + (base32 "174kfa9dc14l1r8czf6ghzwxin4lsxg24gsk5qy3a8w6jwslsi4m")))) (build-system pyproject-build-system) (arguments (list |
