guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit af575197bdce6f95c4062f8945a531fd344721a1
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 17 13:38:23 2026 +0000
gnu: python-ci-watson: Update to 0.11.0.
* gnu/packages/astronomy.scm (python-ci-watson): Update to 0.11.0.
[arguments]: Drop all.
[native-inputs]: Remove python-wheel.
Change-Id: I0a87a0fe9a912d2b7464fc45fa1d41bcfc61e4b3
---
gnu/packages/astronomy.scm | 17 +++--------------
1 file changed, 3 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index e1596c53b3..9398ed194c 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3895,30 +3895,19 @@ application.")
(define-public python-ci-watson
(package
(name "python-ci-watson")
- (version "0.10.0")
+ (version "0.11.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ci_watson" version))
(sha256
- (base32 "0dlys7yr11c59zl0smy2hb3bw5r6vyrmx8s97f1942i7zjnyb1zx"))))
+ (base32 "0rwmfzgbfazfb511fq6ipcwr5n2n4ngz4whxjd7kbcyj56580dg6"))))
(build-system pyproject-build-system)
- (arguments
- (list
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'patch-pypojrect-toml
- (lambda _
- (substitute* "setup.cfg"
- ;; ImportError: Error importing plugin " no:legacypath": No
- ;; module named ' no:legacypath'
- (("-p no:legacypath") "")))))))
(native-inputs
(list python-pytest-astropy-header
python-pytest
python-setuptools
- python-setuptools-scm
- python-wheel))
+ python-setuptools-scm))
(propagated-inputs
(list python-colorama
python-crds