gnu: python-pytest-astropy: Update to 0.11.0.
* gnu/packages/python-check (python-pytest-astropy): Update to 0.11.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
parent
c13950ad27
commit
9f06cf2ed8
|
@ -528,13 +528,13 @@ Astropy project, but is optimized for use with astropy-related projects.")
|
||||||
(define-public python-pytest-astropy
|
(define-public python-pytest-astropy
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-astropy")
|
(name "python-pytest-astropy")
|
||||||
(version "0.10.0")
|
(version "0.11.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytest-astropy" version))
|
(uri (pypi-uri "pytest-astropy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04g2rh261s3s6ym8mwi4iv2a6anbgwvwzcvkyilfck6yxrncdqw5"))))
|
(base32 "1d9rcxnc57rjp96xag1gq725pwl11b3k5hdaz7c3w5lixncsmbjf"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments (list #:tests? #f)) ; there are no tests
|
(arguments (list #:tests? #f)) ; there are no tests
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in New Issue