~ruther/guix-local

e0434920090836ab29bf1851a2bc9060dd8b1dd6 — Sharlatan Hellseher 5 months ago 82114e1
gnu: python-colossus: Update to 1.3.9-0.f585ffe.

* gnu/packages/astronomy.scm (python-colossus): Update to
17niawiqsvns6qfrplxyl5n7dhsmrdl8ycfgvr73iwpp4jdlhkki commit.
[native-inputs]: Remove python-wheel.

Change-Id: I48364a5b2f07a3945a82a677b07f1c1216837405
1 files changed, 5 insertions(+), 6 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +5 -6
@@ 3652,12 3652,12 @@ with Docker/Shifter and Singularity).")

(define-public python-colossus
  ;; There is no source distribution in PyPI and no version tags, use the
  ;; commit pointing to the version 1.3.8.
  (let ((commit "e51408a3eaffef073da1df767160cb2441177cc0")
  ;; commit pointing to the version 1.3.9.
  (let ((commit "f585ffe12d0689e370a112d88ca9a27be5b22ef4")
        (revision "0"))
    (package
      (name "python-colossus")
      (version (git-version "1.3.8" revision commit))
      (version (git-version "1.3.9" revision commit))
      (source
       (origin
         (method git-fetch)


@@ 3666,7 3666,7 @@ with Docker/Shifter and Singularity).")
               (commit commit)))
         (file-name (git-file-name name version))
         (sha256
          (base32 "0lz4n4i4frgsdspmka4pk6q4zq6j1z37g5xx7pr3xzgl9qfiiad2"))))
          (base32 "17niawiqsvns6qfrplxyl5n7dhsmrdl8ycfgvr73iwpp4jdlhkki"))))
      (build-system pyproject-build-system)
      (arguments
       (list


@@ 3684,8 3684,7 @@ with Docker/Shifter and Singularity).")
             python-jsonpickle
             python-pytest
             python-scikit-image
             python-setuptools
             python-wheel))
             python-setuptools))
      (propagated-inputs
       (list python-numpy
             python-scipy))