guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit e544e6a300877ca69a5812cb3437977dbbfd62c7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 10 14:47:21 2026 +0000
gnu: Remove python-pynbody-1.
* gnu/packages/astronomy.scm (python-pynbody-1): Delete variable.
Fixes: guix/guix#4801
Change-Id: If3461a85679cf0ff46eaeb50bcd0cc4c7eb78b16
---
gnu/packages/astronomy.scm | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 8739ae1f4b..5599eee7ed 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")