diff options
author | Sharlatan Hellseher <[email protected]> | 2024-12-17 10:35:28 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2024-12-30 15:07:40 +0000 |
commit | 9dfc9bdbe1c7694b00473108f822aafc1eac4856 (patch) | |
tree | 3a27d1d0eb343a06f3328f8012da000204bfe5c2 | |
parent | d5619117c667477f6999185131d1657a2f10d0cf (diff) |
gnu: python-spisea: Update to 2.1.13.
* gnu/packages/astronomy.scm (python-spisea): Update to 2.1.13.
Change-Id: Ide2a1b88cc39b4f207b0e51e76acf85493485220
-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 7b88cdd506..9dd75e7ab8 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -5039,7 +5039,7 @@ spherical polygons that represent arbitrary regions of the sky.") (define-public python-spisea (package (name "python-spisea") - (version "2.1.11") + (version "2.1.13") (source (origin (method git-fetch) @@ -5048,7 +5048,7 @@ spherical polygons that represent arbitrary regions of the sky.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1xgmbg1c0lijvbsfiicjl2r4y7prm47qnmj86w69wa8xxsz7n2ph")))) + (base32 "1i25csfcism3b5v74kqp0a3i44qkhwkh61ag65l69krm5w3yvygv")))) (build-system pyproject-build-system) (arguments (list |