[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: python-pytest-astropy-header: Update to 0.2.2.
From: |
guix-commits |
Subject: |
04/08: gnu: python-pytest-astropy-header: Update to 0.2.2. |
Date: |
Sat, 22 Oct 2022 07:55:47 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit dd69af5ddc5fee6554f3b35c20e71628c4409d6e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Oct 19 21:25:11 2022 +0100
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>
---
gnu/packages/python-check.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index e3b8ede9f0..e7828990c1 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -432,13 +432,13 @@ of tests run in a specific order.")
(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))
- branch master updated (efaefc1deb -> 7513cc6dd9), guix-commits, 2022/10/22
- 03/08: gnu: python-pytest-astropy: Update to 0.10.0., guix-commits, 2022/10/22
- 04/08: gnu: python-pytest-astropy-header: Update to 0.2.2.,
guix-commits <=
- 01/08: gnu: libresprite: Install a desktop icon., guix-commits, 2022/10/22
- 06/08: gnu: python-photuils: Update to 1.5.0., guix-commits, 2022/10/22
- 08/08: gnu: python-regions: Update to 0.6., guix-commits, 2022/10/22
- 05/08: gnu: python-astropy: Update to 5.1., guix-commits, 2022/10/22
- 02/08: gnu: Add pytest-7.1., guix-commits, 2022/10/22
- 07/08: gnu: python-astropy-healpix: Update to 0.7., guix-commits, 2022/10/22