~ruther/guix-local

069fdefec8eae36f33887530e05c31d53e2db4b7 — Sharlatan Hellseher 4 months ago 5e5e1b95
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>
1 files changed, 0 insertions(+), 16 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +0 -16
@@ 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")