diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-07-20 11:05:24 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-08-01 11:35:51 +0200 |
| commit | bec70da8fc55eda547f518c31d0a652ff2f8609e (patch) | |
| tree | 56ab71e31ef77974b3133bdeaaa1ffce08fa8713 | |
| parent | de197d37744ac2091c130f792055db6c3c44670b (diff) | |
gnu: python-glue-astronomy: Update to 0.15.0.
* gnu/packages/astronomy.scm (python-glue-astronomy): Update to 0.15.0.
[source]: Switch to git-fetch.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| -rw-r--r-- | gnu/packages/astronomy.scm | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 6d9e49c5924..4fc2868c523 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -6019,13 +6019,16 @@ the Gizmo code, in particular, the FIRE cosmological simulations.") | |||
| 6019 | (define-public python-glue-astronomy | 6019 | (define-public python-glue-astronomy |
| 6020 | (package | 6020 | (package |
| 6021 | (name "python-glue-astronomy") | 6021 | (name "python-glue-astronomy") |
| 6022 | (version "0.14.0") | 6022 | (version "0.15.0") |
| 6023 | (source | 6023 | (source |
| 6024 | (origin | 6024 | (origin |
| 6025 | (method url-fetch) | 6025 | (method git-fetch) |
| 6026 | (uri (pypi-uri "glue_astronomy" version)) | 6026 | (uri (git-reference |
| 6027 | (url "https://github.com/glue-viz/glue-astronomy") | ||
| 6028 | (commit (string-append "v" version)))) | ||
| 6029 | (file-name (git-file-name name version)) | ||
| 6027 | (sha256 | 6030 | (sha256 |
| 6028 | (base32 "0f2849jyhyxldrxlls00gpq9qckrfvxrkn796j5zb8j92l2qjgnp")))) | 6031 | (base32 "0w4ligr0943yi6dia1qkfwkpdj8gp6mqxnkbz1gd61p9hwwm7paa")))) |
| 6029 | (build-system pyproject-build-system) | 6032 | (build-system pyproject-build-system) |
| 6030 | (arguments | 6033 | (arguments |
| 6031 | (list | 6034 | (list |
