mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 05:59:20 -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
|
(define-public python-spherical-geometry
|
||||||
(package
|
(package
|
||||||
(name "python-spherical-geometry")
|
(name "python-spherical-geometry")
|
||||||
(version "1.3.1")
|
(version "1.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3185,7 +3185,7 @@ (define-public python-spherical-geometry
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "172f81h42jq6mv3gpx497z2nkhkx11w4pzmcqljcicri2zqj1m6g"))))
|
(base32 "0znzfy3bmnsncvahf8qdav0c9403fn99d1gp25lainhv7kxfk44c"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue