summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-10 14:47:21 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:22:32 +0100
commit069fdefec8eae36f33887530e05c31d53e2db4b7 (patch)
treee6ad95ccf664de1334cc6cdf2abbb7a32eb1aa12 /gnu/packages
parent5e5e1b95c7c4f2fef8ad1be18cb24eff0ad1daeb (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>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/astronomy.scm16
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,
7424N-Chilada and RAMSES AMR outputs.") 7424N-Chilada and RAMSES AMR outputs.")
7425 (license license:gpl3+))) 7425 (license license:gpl3+)))
7426 7426
7427(define-public python-pynbody-1
7428 (package
7429 (inherit python-pynbody)
7430 (name "python-pynbody")
7431 (version "1.6.0.post0")
7432 (source
7433 (origin
7434 (inherit (package-source python-pynbody))
7435 (method git-fetch)
7436 (uri (git-reference
7437 (url "https://github.com/pynbody/pynbody")
7438 (commit (string-append "v" version))))
7439 (file-name (git-file-name name version))
7440 (sha256
7441 (base32 "0rl9ais4yc6kdijq1il4vi3mplp7z6bcih4x55axhan5n3n7riwi"))))))
7442
7443(define-public python-pypeit 7427(define-public python-pypeit
7444 (package 7428 (package
7445 (name "python-pypeit") 7429 (name "python-pypeit")