mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-pytest-doctestplus: Update to 1.0.0.
* gnu/packages/python-check (python-pytest-doctestplus): Update to 1.0.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
a72d7beb3f
commit
c13950ad27
1 changed files with 2 additions and 2 deletions
|
@ -586,13 +586,13 @@ (define-public python-pytest-arraydiff
|
|||
(define-public python-pytest-doctestplus
|
||||
(package
|
||||
(name "python-pytest-doctestplus")
|
||||
(version "0.12.1")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pytest-doctestplus" version))
|
||||
(sha256
|
||||
(base32 "10ciqylgziihxwxryxvxgmkqgws51pqcarn0gbh1d4cxx55rx5vs"))))
|
||||
(base32 "17ylfnrcvvp6sd13bfj40jl40paqmjsbywysszb3xqgdr86l8l7n"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:test-flags
|
||||
|
|
Loading…
Reference in a new issue