mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-stcal: Update to 1.9.0.
* gnu/packages/astronomy.scm (python-stcal): Update to 1.9.0. Change-Id: I431c3e02586d5331567cea7f2eb9df2e05b24b00
This commit is contained in:
parent
b0d177ee8e
commit
0d5995e4fd
1 changed files with 2 additions and 2 deletions
|
@ -4068,13 +4068,13 @@ (define-public python-stsci-stimage
|
|||
(define-public python-stcal
|
||||
(package
|
||||
(name "python-stcal")
|
||||
(version "1.8.0")
|
||||
(version "1.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "stcal" version))
|
||||
(sha256
|
||||
(base32 "0vcq1462wdfi96qqsd5bidx38bbpnpcm18j6s761jz8ymi6vifap"))))
|
||||
(base32 "1n843r19zyjm14iadfbi71ixpk0jrbhaj7h3szy1yhnhrfsrkwar"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue