diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-20 16:13:16 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-31 21:50:52 +0100 |
| commit | 204a11e4ca9b2fdd622c129550e65a8014077876 (patch) | |
| tree | 99263109114478532defbdeff598a03eeb99ca10 /gnu | |
| parent | a50fa693efab20ca077f7df0fe269b77bb9c25e0 (diff) | |
gnu: python-sunkit-image: Update to 0.7.0.
* gnu/packages/astronomy.scm (python-sunkit-image): Update to 0.7.0.
[native-inputs]: Remove python-wheel.
Change-Id: I23268ad6f23e3c9231df77d96fcacbd3a6ffd7e9
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 8cf2c99213c..5bbd58cd292 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -10199,13 +10199,16 @@ Telescope, HST}).") (define-public python-sunkit-image (package (name "python-sunkit-image") - (version "0.6.1") + (version "0.7.0") (source (origin - (method url-fetch) - (uri (pypi-uri "sunkit_image" version)) + (method git-fetch) + (uri (git-reference + (url "https://github.com/sunpy/sunkit-image/") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 - (base32 "0x8w87vwdr78vcq0zha2y7xyfy16amc5aym4v8127xvphq1ff4v3")))) + (base32 "11l6vf62b5pmv687rkr9abkwdwcgj2xqydqczziky6v3114106nf")))) (build-system pyproject-build-system) (arguments (list @@ -10228,8 +10231,7 @@ Telescope, HST}).") python-pytest-mpl python-pytest-xdist python-setuptools - python-setuptools-scm - python-wheel)) + python-setuptools-scm)) (propagated-inputs (list python-astropy python-matplotlib |
