guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Sharlatan Hellseher
Subject: [bug#66778] [PATCH 17/19] gnu: python-pytest-doctestplus: Update to 1.0.0.
Date: Fri, 27 Oct 2023 23:15:00 +0100

* 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 --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
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]