diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-20 14:19:23 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-09-01 20:04:49 +0100 |
| commit | f888c2043a9baaf2812712645a0d26cb65118781 (patch) | |
| tree | ea9ebfda72d1cc71a5deeae291d0b477bd3adba8 /gnu/packages | |
| parent | e537fbb3c2d5ddccee425abe32ae4c3c1069a163 (diff) | |
gnu: python-pynbody: Update to 2.5.0.
* gnu/packages/astronomy.scm (python-pynbody): Update to 2.5.0.
Relates-to: guix/guix!10702
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 326ec021cfe..543b12fc301 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -9193,7 +9193,7 @@ plot a single (or a few) model(s).") | |||
| 9193 | (define-public python-pynbody | 9193 | (define-public python-pynbody |
| 9194 | (package | 9194 | (package |
| 9195 | (name "python-pynbody") | 9195 | (name "python-pynbody") |
| 9196 | (version "2.4.2") | 9196 | (version "2.5.0") |
| 9197 | (source | 9197 | (source |
| 9198 | (origin | 9198 | (origin |
| 9199 | (method git-fetch) | 9199 | (method git-fetch) |
| @@ -9202,7 +9202,7 @@ plot a single (or a few) model(s).") | |||
| 9202 | (commit (string-append "v" version)))) | 9202 | (commit (string-append "v" version)))) |
| 9203 | (file-name (git-file-name name version)) | 9203 | (file-name (git-file-name name version)) |
| 9204 | (sha256 | 9204 | (sha256 |
| 9205 | (base32 "03gzqxkk8cj3riba7ssnq16ww70ll7rlxpdvppq0g4m65rd93mrn")) | 9205 | (base32 "00shhb22m456j5sq25d3ka9ig1k0ybw869wa3933cm6askbmdag0")) |
| 9206 | (modules '((guix build utils))) | 9206 | (modules '((guix build utils))) |
| 9207 | (snippet | 9207 | (snippet |
| 9208 | ;; Symlink goes to not existing directory. | 9208 | ;; Symlink goes to not existing directory. |
