diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-21 12:15:45 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-09-01 20:04:50 +0100 |
| commit | 2b737b00ad0b7bed69694da0364ac9b153ed0c05 (patch) | |
| tree | 1cf359b1faae860df56148a3c8595432a1ee2b4c | |
| parent | 099c00ca10e0501145f8f31469e852ba66823008 (diff) | |
gnu: python-stpipe: Update to 1.1.0.
* gnu/packages/astronomy.scm (python-stpipe): Update to 1.1.0.
Relates-to: guix/guix!10702
| -rw-r--r-- | gnu/packages/astronomy.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 6b6cb079599..6ee40e1c75b 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -11696,7 +11696,7 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and | |||
| 11696 | (define-public python-stpipe | 11696 | (define-public python-stpipe |
| 11697 | (package | 11697 | (package |
| 11698 | (name "python-stpipe") | 11698 | (name "python-stpipe") |
| 11699 | (version "1.0.0") | 11699 | (version "1.1.0") |
| 11700 | (source | 11700 | (source |
| 11701 | (origin | 11701 | (origin |
| 11702 | (method git-fetch) | 11702 | (method git-fetch) |
| @@ -11705,7 +11705,7 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and | |||
| 11705 | (commit version))) | 11705 | (commit version))) |
| 11706 | (file-name (git-file-name name version)) | 11706 | (file-name (git-file-name name version)) |
| 11707 | (sha256 | 11707 | (sha256 |
| 11708 | (base32 "0pcdhh3w7qz6zj8w9wx23xkmrb99lnx2lg74i0h7cpc8l4gdf461")) | 11708 | (base32 "019nk4kqwk3346mhagfcnlcrlplly4km1hhvjwzqm59whgq42h3b")) |
| 11709 | (modules '((guix build utils))) | 11709 | (modules '((guix build utils))) |
| 11710 | (snippet | 11710 | (snippet |
| 11711 | #~(begin | 11711 | #~(begin |
| @@ -11729,7 +11729,7 @@ implemented in the @acronym{JWST, James Webb Space Telescope} and | |||
| 11729 | test)) | 11729 | test)) |
| 11730 | ;; FileNotFoundError: Unable to fetch schema from | 11730 | ;; FileNotFoundError: Unable to fetch schema from |
| 11731 | ;; non-file URL: | 11731 | ;; non-file URL: |
| 11732 | ;; http://stsci.edu/schemas/stpipe/step_config-1.0.0 | 11732 | ;; http://stsci.edu/schemas/stpipe/step_config-1.1.0 |
| 11733 | (list "test_build_config_pipe_config_file" | 11733 | (list "test_build_config_pipe_config_file" |
| 11734 | "test_build_config_pipe_kwarg" | 11734 | "test_build_config_pipe_kwarg" |
| 11735 | "test_build_config_step_config_file" | 11735 | "test_build_config_step_config_file" |
