~ruther/guix-local

82114e1ef8a114d1c3c0b7bb0be85667e41f1216 — Sharlatan Hellseher 5 months ago fc0f5fa
gnu: python-tweakwcs: Update to 0.8.12.

* gnu/packages/astronomy.scm (python-tweakwcs): Update to 0.8.12.
[native-inputs]: Remove python-wheel.

Change-Id: Ia7ad2e0aae0922dfd04e0e10cd1b0ea1dca9351f
1 files changed, 3 insertions(+), 4 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +3 -4
@@ 9460,20 9460,19 @@ of the old packages.")
(define-public python-tweakwcs
  (package
    (name "python-tweakwcs")
    (version "0.8.11")
    (version "0.8.12")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "tweakwcs" version))
       (sha256
        (base32 "0bw9wricq5nkal9h4mdpyzl4f4mq2c5ywadmxjffyyd0c0hpfpzd"))))
        (base32 "1p7kbx7ih4ch04gxzv3pm8zkrv45my0c43k42iar5k5jihjhqhx6"))))
    (build-system pyproject-build-system)
    (native-inputs
     (list python-pytest
           python-scipy
           python-setuptools
           python-setuptools-scm
           python-wheel))
           python-setuptools-scm))
    (propagated-inputs
     (list python-astropy
           python-gwcs