mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-09 23:38:54 +02:00
gnu: python-romanisim: Update to 0.13.1.
* gnu/packages/astronomy.scm (python-romanisim): Update to 0.13.1. Change-Id: Ib7727d059fb85bce9e56a9b61e92f69d137e208d
This commit is contained in:
@@ -8842,17 +8842,17 @@ observations from the Nancy Grace Roman Space Telescope.")
|
||||
(define-public python-romanisim
|
||||
(package
|
||||
(name "python-romanisim")
|
||||
(version "0.13.0")
|
||||
(version "0.13.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "romanisim" version))
|
||||
(sha256
|
||||
(base32 "1yld0112k57wjppljrchvll9lvh164a5r4l2dffq7hncsrllvamn"))))
|
||||
(base32 "0wvpsi6iq13a2zh9n4j6nw4mmi9xpk2k79hsl827jixfqidl1mfq"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; tests: 100 passed, 2 skipped, 8 deselected
|
||||
;; tests: 101 passed, 2 skipped, 8 deselected
|
||||
#:test-flags
|
||||
#~(list "--pyargs" "romanisim"
|
||||
;; TODO: python-stpsf needs to be packaged with test data:
|
||||
|
||||
Reference in New Issue
Block a user