diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-21 12:23:00 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-09-01 20:04:50 +0100 |
| commit | a0e1bd4ec99336751d814a252ce811402e92d8ac (patch) | |
| tree | 91307e16f4118080ad420a6a677bdfd97e942a98 /gnu | |
| parent | 2b737b00ad0b7bed69694da0364ac9b153ed0c05 (diff) | |
gnu: python-stcal: Update to 1.20.0.
* gnu/packages/astronomy.scm (python-stcal): Update to 1.20.0.
Relates-to: guix/guix!10702
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 6ee40e1c75b..bb7f80d1615 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -11561,7 +11561,7 @@ and CAS statistics), as well as fitting 2D Sérsic profiles.") | |||
| 11561 | (define-public python-stcal | 11561 | (define-public python-stcal |
| 11562 | (package | 11562 | (package |
| 11563 | (name "python-stcal") | 11563 | (name "python-stcal") |
| 11564 | (version "1.19.1") | 11564 | (version "1.20.0") |
| 11565 | (source | 11565 | (source |
| 11566 | (origin | 11566 | (origin |
| 11567 | (method git-fetch) | 11567 | (method git-fetch) |
| @@ -11570,7 +11570,7 @@ and CAS statistics), as well as fitting 2D Sérsic profiles.") | |||
| 11570 | (commit version))) | 11570 | (commit version))) |
| 11571 | (file-name (git-file-name name version)) | 11571 | (file-name (git-file-name name version)) |
| 11572 | (sha256 | 11572 | (sha256 |
| 11573 | (base32 "0cvlzb3j1k997z7cihjpx1pqgsi5l6qgb3glg9aqgmfmjmk7d0l5")))) | 11573 | (base32 "1dwja6a48a26bj13xhh8yhbd0100xw1al4lzksds52lp2xzh0rzv")))) |
| 11574 | (build-system pyproject-build-system) | 11574 | (build-system pyproject-build-system) |
| 11575 | (arguments | 11575 | (arguments |
| 11576 | (list | 11576 | (list |
