diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-10 14:47:21 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:22:32 +0100 |
| commit | 069fdefec8eae36f33887530e05c31d53e2db4b7 (patch) | |
| tree | e6ad95ccf664de1334cc6cdf2abbb7a32eb1aa12 | |
| parent | 5e5e1b95c7c4f2fef8ad1be18cb24eff0ad1daeb (diff) | |
gnu: Remove python-pynbody-1.
* gnu/packages/astronomy.scm (python-pynbody-1): Delete variable.
Fixes: guix/guix#4801
Change-Id: If3461a85679cf0ff46eaeb50bcd0cc4c7eb78b16
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
| -rw-r--r-- | gnu/packages/astronomy.scm | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 8739ae1f4b1..5599eee7ed5 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -7424,22 +7424,6 @@ astrophysical simulations supporting PKDGRAV/Gasoline, Gadget, Gadget4/Arepo, N-Chilada and RAMSES AMR outputs.") (license license:gpl3+))) -(define-public python-pynbody-1 - (package - (inherit python-pynbody) - (name "python-pynbody") - (version "1.6.0.post0") - (source - (origin - (inherit (package-source python-pynbody)) - (method git-fetch) - (uri (git-reference - (url "https://github.com/pynbody/pynbody") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "0rl9ais4yc6kdijq1il4vi3mplp7z6bcih4x55axhan5n3n7riwi")))))) - (define-public python-pypeit (package (name "python-pypeit") |
