diff mbox series

[bug#66778,17/19] gnu: python-pytest-doctestplus: Update to 1.0.0.

Message ID 8435ba0096992917c3e934253da654b241d37d33.1698444193.git.sharlatanus@gmail.com
State New
Headers show
Series gnu: Astronomy 2023/10 updates. | expand

Commit Message

Sharlatan Hellseher Oct. 27, 2023, 10:15 p.m. UTC
* gnu/packages/python-check (python-pytest-doctestplus): Update to 1.0.0.
---
 gnu/packages/python-check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index ef1db87102..9dafae0d67 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -568,13 +568,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