[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: python-pytest-astropy: Update to 0.10.0.
From: |
guix-commits |
Subject: |
03/08: gnu: python-pytest-astropy: Update to 0.10.0. |
Date: |
Sat, 22 Oct 2022 07:55:47 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit 1eaacdb6adb5fff795ba2cf0091c4256c205caba
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Oct 19 21:23:52 2022 +0100
gnu: python-pytest-astropy: Update to 0.10.0.
* gnu/packages/python-check.scm (python-pytest-astropy): Update to 0.10.0.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
gnu/packages/python-check.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 2358e7448d..e3b8ede9f0 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2020 Edouard Klein <edk@beaver-labs.com>
;;; Copyright © 2020, 2021 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
-;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com>
+;;; Copyright © 2021-2022 Sharlatan Hellseher <sharlatanus@gmail.com>
;;; Copyright © 2021 Brendan Tildesley <mail@brendan.scot>
;;; Copyright © 2021, 2022 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2021 Bonface Munyoki Kilyungi <me@bonfacemunyoki.com>
@@ -455,13 +455,13 @@ Astropy project, but is optimized for use with
astropy-related projects.")
(define-public python-pytest-astropy
(package
(name "python-pytest-astropy")
- (version "0.8.0")
+ (version "0.10.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest-astropy" version))
(sha256
- (base32 "18j6z6y2fvykmcs5z0mldhhaxxn6wzpnhlm2ps7m8r5z5kmh1631"))))
+ (base32 "04g2rh261s3s6ym8mwi4iv2a6anbgwvwzcvkyilfck6yxrncdqw5"))))
(build-system python-build-system)
(arguments
`(#:tests? #f ; there are no tests
- branch master updated (efaefc1deb -> 7513cc6dd9), guix-commits, 2022/10/22
- 03/08: gnu: python-pytest-astropy: Update to 0.10.0.,
guix-commits <=
- 04/08: gnu: python-pytest-astropy-header: Update to 0.2.2., guix-commits, 2022/10/22
- 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