mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 08:02:38 -05:00
gnu: python-synphot: Update to 1.3.0.
* gnu/packages/astronomy.scm (python-synphot): Update to 1.3.0. Change-Id: I5d2c5bf00563780738f1f36af5920d6ae55b28c2
This commit is contained in:
parent
3f541f91bb
commit
a066939a5a
1 changed files with 2 additions and 2 deletions
|
@ -3742,13 +3742,13 @@ (define-public python-suntime
|
||||||
(define-public python-synphot
|
(define-public python-synphot
|
||||||
(package
|
(package
|
||||||
(name "python-synphot")
|
(name "python-synphot")
|
||||||
(version "1.2.1")
|
(version "1.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "synphot" version))
|
(uri (pypi-uri "synphot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10kcdg2gqmi1w2hsjx9hfizwbff3kll10s68hys13nzh4i8b7cc4"))))
|
"0a54bfrx9aar66040324sw9qdjz5lg67y28sjsxhyv9h3gppc7c0"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue