aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-03-05 22:28:59 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-03-29 15:08:07 +0000
commit06dd8b310fc86f4a15e86e0572fc6734c524df55 (patch)
tree04e348f563020696aa6ce65d32a2861d702ca3f0 /gnu/packages/python-check.scm
parentb548c6b1d576509c78479219c7af6b57b43df7f0 (diff)
downloadguix-06dd8b310fc86f4a15e86e0572fc6734c524df55.tar
guix-06dd8b310fc86f4a15e86e0572fc6734c524df55.tar.gz
gnu: python-pytest-arraydiff: Update to 0.6.1.
* gnu/packages/python-check.scm (python-pytest-arraydiff): Update to 0.6.1. Change-Id: I6dd911eb38597790f66756a77f6086112329a156
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index d62e6f634a..b389c3247f 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -546,13 +546,13 @@ astropy related packages.")
(define-public python-pytest-arraydiff
(package
(name "python-pytest-arraydiff")
- (version "0.5.0")
+ (version "0.6.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest-arraydiff" version))
(sha256
- (base32 "1livzfbi7ag17hskd5845dh1kdir24f7jrbw8y2s1pyhzyz4jhbi"))))
+ (base32 "1pk7v96rkypx4ld59f6p8fh5bq371ka8g7bh4h7n4df91x2v2dr9"))))
(build-system python-build-system)
(arguments
;; Tests require python-astropy, which itself requires this package.