diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-21 08:43:09 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-09-01 20:04:50 +0100 |
| commit | 91c97644eac6671313dc29ea0dcafb94816688a1 (patch) | |
| tree | dcb3e750d7999e1ace5702440549ed9aaa8bbba4 /gnu | |
| parent | 8fbb79c86061cfede794dd81ce8ab931a7e054cc (diff) | |
gnu: python-pyspedas: Update to 2.1.4.
* gnu/packages/astronomy.scm (python-pyspedas): Update to 2.1.4.
Relates-to: guix/guix!10702
Diffstat (limited to 'gnu')
| -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 f01c20ce030..744a6542b50 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -9809,7 +9809,7 @@ memory usage, improving performance and run in parallel with MPI.") | |||
| 9809 | (define-public python-pyspedas | 9809 | (define-public python-pyspedas |
| 9810 | (package | 9810 | (package |
| 9811 | (name "python-pyspedas") | 9811 | (name "python-pyspedas") |
| 9812 | (version "2.1.2") | 9812 | (version "2.1.4") |
| 9813 | (source | 9813 | (source |
| 9814 | (origin | 9814 | (origin |
| 9815 | (method git-fetch) | 9815 | (method git-fetch) |
| @@ -9818,7 +9818,7 @@ memory usage, improving performance and run in parallel with MPI.") | |||
| 9818 | (commit (string-append "v" version)))) | 9818 | (commit (string-append "v" version)))) |
| 9819 | (file-name (git-file-name name version)) | 9819 | (file-name (git-file-name name version)) |
| 9820 | (sha256 | 9820 | (sha256 |
| 9821 | (base32 "0zc33mwprddrac60xwzsv33in1vq50hdycvh1mkrjhfyz5pvmxfi")))) | 9821 | (base32 "1ifgbrswn829dqqjrz61qr52xd04s90rnd9ixz7yvrwj0kf72hxv")))) |
| 9822 | (build-system pyproject-build-system) | 9822 | (build-system pyproject-build-system) |
| 9823 | (arguments | 9823 | (arguments |
| 9824 | (list | 9824 | (list |
