mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: python-spherical-geometry: Update to 1.3.2.
* gnu/packages/astronomy.scm (python-spherical-geometry): Update to 1.3.2. Change-Id: Iabce4c4ab105dcc379a500a3c50a27c48065c35c
This commit is contained in:
parent
5e493d4b42
commit
6d739426c7
1 changed files with 2 additions and 2 deletions
|
@ -3176,7 +3176,7 @@ (define-public python-specutils
|
|||
(define-public python-spherical-geometry
|
||||
(package
|
||||
(name "python-spherical-geometry")
|
||||
(version "1.3.1")
|
||||
(version "1.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3185,7 +3185,7 @@ (define-public python-spherical-geometry
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "172f81h42jq6mv3gpx497z2nkhkx11w4pzmcqljcicri2zqj1m6g"))))
|
||||
(base32 "0znzfy3bmnsncvahf8qdav0c9403fn99d1gp25lainhv7kxfk44c"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue