guix-commits
[Top][All Lists]
Advanced

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

23/28: gnu: python-pytest-doctestplus: Update to 1.0.0.


From: guix-commits
Subject: 23/28: gnu: python-pytest-doctestplus: Update to 1.0.0.
Date: Sun, 5 Nov 2023 13:16:31 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit c13950ad2784aa29a570562dab008e914d940ca3
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Oct 27 23:15:00 2023 +0100

    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>
---
 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 89a19fbca5..489a4fb2b2 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -586,13 +586,13 @@ are too large to conveniently hard-code them in the 
tests.")
 (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



reply via email to

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