diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-09-20 21:11:50 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-09-30 22:06:31 +0100 |
commit | 87de99f5a185082296955776239b9bde91436ba2 (patch) | |
tree | 319310aab6dde95e3162792b6be610f8e1cd8788 /gnu/packages | |
parent | 12927c2c42d9a8c367fae0a92c924f9bdc8d0a05 (diff) | |
download | guix-87de99f5a185082296955776239b9bde91436ba2.tar.gz guix-87de99f5a185082296955776239b9bde91436ba2.zip |
gnu: python-jwst: Update to 1.16.0.
* gnu/packages/astronomy.scm (python-jwst): Update to 1.16.0.
Change-Id: I7084b58eed04d5faf49cbd16aa43bf493a6655d8
Diffstat (limited to 'gnu/packages')
-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 751dac3fc9..d9f1ee87ed 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4810,13 +4810,13 @@ milliarcsecond).") (define-public python-jwst (package (name "python-jwst") - (version "1.15.1") + (version "1.16.0") (source (origin (method url-fetch) (uri (pypi-uri "jwst" version)) (sha256 (base32 - "1nl5fixakqvjhg9q5biivwaqpi6lzx9w4fq0n6imwccag2gv1va3")) + "06krkpfhwpc825bsdl0rffd9qlqw1rl928fwxa7cywds5dahpiyn")) (modules '((guix build utils))) (snippet '(begin |