mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-spisea: Update to 2.1.13.
* gnu/packages/astronomy.scm (python-spisea): Update to 2.1.13. Change-Id: Ide2a1b88cc39b4f207b0e51e76acf85493485220
This commit is contained in:
parent
d5619117c6
commit
9dfc9bdbe1
1 changed files with 2 additions and 2 deletions
|
@ -5039,7 +5039,7 @@ (define-public python-spherical-geometry
|
|||
(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 @@ (define-public python-spisea
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1xgmbg1c0lijvbsfiicjl2r4y7prm47qnmj86w69wa8xxsz7n2ph"))))
|
||||
(base32 "1i25csfcism3b5v74kqp0a3i44qkhwkh61ag65l69krm5w3yvygv"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue