mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: python-pytest-astropy-header: Update to 0.2.2.
* gnu/packages/python-check.scm (python-pytest-astropy-header): Update to 0.2.2. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
1eaacdb6ad
commit
dd69af5ddc
1 changed files with 2 additions and 2 deletions
|
@ -432,13 +432,13 @@ (define-public python-pytest-ordering
|
|||
(define-public python-pytest-astropy-header
|
||||
(package
|
||||
(name "python-pytest-astropy-header")
|
||||
(version "0.1.2")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pytest-astropy-header" version))
|
||||
(sha256
|
||||
(base32 "1y87agr324p6x5gvhziymxjlw54pyn4gqnd49papbl941djpkp5g"))))
|
||||
(base32 "046v4arinv8b5jz05pvhnc0n1aqqndwvhlsl635ahxabr40i32bp"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest python-setuptools-scm))
|
||||
|
|
Loading…
Reference in a new issue