mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-rad: Update to 0.26.0.
* gnu/packages/astronomy.scm (python-rad): Update to 0.26.0. Change-Id: Iac82ef5c07fa0a30d6ecbf6ddf6ce2d8550142d1
This commit is contained in:
parent
c179d151b0
commit
4532fe6905
1 changed files with 3 additions and 3 deletions
|
@ -7418,16 +7418,17 @@ and the use of a modern programming language, techniques, and libraries
|
||||||
(define-public python-rad
|
(define-public python-rad
|
||||||
(package
|
(package
|
||||||
(name "python-rad")
|
(name "python-rad")
|
||||||
(version "0.25.0")
|
(version "0.26.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "rad" version))
|
(uri (pypi-uri "rad" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07pkz0fybhpzrlch5gcw4c90rd2y2mypli23h2lz1pa7q6gyaifd"))))
|
(base32 "0vxkjsj9bdl84076lbric4jn531jv46i2wwfxak50i5mik8r7zjg"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
;; 1131 passed, 1 skipped
|
||||||
#:test-flags
|
#:test-flags
|
||||||
;; Ignore tests requiring python-crds to break cycle:
|
;; Ignore tests requiring python-crds to break cycle:
|
||||||
;; python-rad -> python-roman-datamodels -> python-crds -> python-rad
|
;; python-rad -> python-roman-datamodels -> python-crds -> python-rad
|
||||||
|
@ -7439,7 +7440,6 @@ and the use of a modern programming language, techniques, and libraries
|
||||||
"--ignore=tests/test_latest.py")))
|
"--ignore=tests/test_latest.py")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest
|
(list python-pytest
|
||||||
python-pytest
|
|
||||||
python-pytest-doctestplus
|
python-pytest-doctestplus
|
||||||
python-semantic-version
|
python-semantic-version
|
||||||
python-setuptools-next
|
python-setuptools-next
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue