diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-15 20:17:02 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-09-01 18:34:24 +0100 |
| commit | abda3391f3fb487c27fa27a1b464e612ecf7db02 (patch) | |
| tree | 8d1a47f86f452ee46d09f5dc8309391cab019059 /gnu | |
| parent | a27040b8ca66cc56ff4a115ee84a11081c86792a (diff) | |
gnu: python-fiasco: Update to 0.8.2.
* gnu/packages/astronomy.scm (python-fiasco): Update to 0.8.2.
Relates-to: guix/guix!10702
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index fec66ba116e..fbf1d77b560 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -5620,16 +5620,16 @@ dust exitinction laws found in the literature.") | |||
| 5620 | (define-public python-fiasco | 5620 | (define-public python-fiasco |
| 5621 | (package | 5621 | (package |
| 5622 | (name "python-fiasco") | 5622 | (name "python-fiasco") |
| 5623 | (version "0.8.1") | 5623 | (version "0.8.2") |
| 5624 | (source | 5624 | (source |
| 5625 | (origin | 5625 | (origin |
| 5626 | (method git-fetch) | 5626 | (method git-fetch) |
| 5627 | (uri (git-reference | 5627 | (uri (git-reference |
| 5628 | (url "https://github.com/wtbarnes/fiasco") | 5628 | (url "https://github.com/wtbarnes/fiasco") |
| 5629 | (commit (string-append "v" version)))) | 5629 | (commit (string-append "v" version)))) |
| 5630 | (file-name (git-file-name name version)) | 5630 | (file-name (git-file-name name version)) |
| 5631 | (sha256 | 5631 | (sha256 |
| 5632 | (base32 "0m9whz5l2wqbip8f29n2ssl06a10aszc87lf6482l7rnq87v1x6s")))) | 5632 | (base32 "1drlfyppdvjkinic4gky4vgzmr2zva3xyl9xk2fzplx9pz97lgfv")))) |
| 5633 | (build-system pyproject-build-system) | 5633 | (build-system pyproject-build-system) |
| 5634 | (arguments | 5634 | (arguments |
| 5635 | (list | 5635 | (list |
