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
This commit is contained in:
Sharlatan Hellseher 2024-03-05 22:28:59 +00:00
parent b548c6b1d5
commit 06dd8b310f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -546,13 +546,13 @@ astropy related packages.")
(define-public python-pytest-arraydiff (define-public python-pytest-arraydiff
(package (package
(name "python-pytest-arraydiff") (name "python-pytest-arraydiff")
(version "0.5.0") (version "0.6.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pytest-arraydiff" version)) (uri (pypi-uri "pytest-arraydiff" version))
(sha256 (sha256
(base32 "1livzfbi7ag17hskd5845dh1kdir24f7jrbw8y2s1pyhzyz4jhbi")))) (base32 "1pk7v96rkypx4ld59f6p8fh5bq371ka8g7bh4h7n4df91x2v2dr9"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; Tests require python-astropy, which itself requires this package. ;; Tests require python-astropy, which itself requires this package.