diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-12-18 13:52:04 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-01-12 21:42:07 +0000 |
commit | 3f541f91bb73240ff9ca9fd90d946aefb37dbb5d (patch) | |
tree | e7c11b5c2b739f124cf9e5bfc28735a5804c29e1 | |
parent | 171dbdcb75170ea3ce1e7b081cd2d55aea686c46 (diff) | |
download | guix-3f541f91bb73240ff9ca9fd90d946aefb37dbb5d.tar guix-3f541f91bb73240ff9ca9fd90d946aefb37dbb5d.tar.gz |
gnu: python-stsynphot: Update to 1.3.0.
* gnu/packages/astronomy.scm (python-stsynphot): Update to 1.3.0.
Change-Id: I48f8a2b20036a97ba8a989c8929cdea42bb4cade
-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 1e4d54b2d4..9ba6dc3350 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2858,13 +2858,13 @@ implementing calibration pipeline software.") (define-public python-stsynphot (package (name "python-stsynphot") - (version "1.2.0") + (version "1.3.0") (source (origin (method url-fetch) (uri (pypi-uri "stsynphot" version)) (sha256 (base32 - "0qkdh47j84v7fzri7bmi1jcmggdqq0a8byamfm73d8mbz86v8sn4")))) + "15m3vy39mc7rh1mrxs8d2bs0bx5vv632m6wg8n15fqjzhadqy7j5")))) (build-system pyproject-build-system) (arguments (list |