diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-15 11:31:20 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-30 09:10:10 +0000 |
| commit | 6c1dacff0595f3a10b896e1440d7c2b4efbd044c (patch) | |
| tree | f4d8575d27d7c55a5af11a4d7d79bbb675d46eef /gnu | |
| parent | cc858d8358df86fcb057a33fd76ba11873ec8fdb (diff) | |
gnu: python-pynbody: Update to 2.4.1.
* gnu/packages/astronomy.scm (python-pynbody): Update to 2.4.1.
Change-Id: If772a2a32cb108cab4882c077ce76a8234bdf342
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 faa15c2b89..fe6307fab2 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -7328,7 +7328,7 @@ and Sensitivities.") (define-public python-pynbody (package (name "python-pynbody") - (version "2.4.0") + (version "2.4.1") (source (origin (method git-fetch) @@ -7337,7 +7337,7 @@ and Sensitivities.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0a0m42mvdnmlkm8q6704xamnim1q5wkw29p89ikj1axpl2mmq0d3")) + (base32 "1jh83xp2grln58p4pr2d0627f7ldsqwib1ipjkg1snpb4vw9hfag")) (modules '((guix build utils))) (snippet ;; Symlink goes to not existing directory. |
