guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: python-sphinx-pytest: Update to 0.2.0.


From: guix-commits
Subject: 01/04: gnu: python-sphinx-pytest: Update to 0.2.0.
Date: Wed, 8 May 2024 04:32:59 -0400 (EDT)

rekado pushed a commit to branch python-team
in repository guix.

commit 99e8317bce68fd001f1a20980d8489d7b027be60
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 8 10:20:18 2024 +0200

    gnu: python-sphinx-pytest: Update to 0.2.0.
    
    * gnu/packages/sphinx.scm (python-sphinx-pytest): Update to 0.2.0.
    
    Change-Id: I37b3da737bd09b6b2ffa59b6e37559ac04b0e1f7
---
 gnu/packages/sphinx.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index f3be50c7b7..90d69a7eb2 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -1149,13 +1149,13 @@ documenting acceptable argument types and return value 
types of functions.")
 (define-public python-sphinx-pytest
   (package
     (name "python-sphinx-pytest")
-    (version "0.0.5")
+    (version "0.2.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "sphinx_pytest" version))
               (sha256
                (base32
-                "13d3psm5vyb8rdj0mhnpn5m09k8xdaszcxdpng52fpz9sw8pngk7"))))
+                "0w16w7zjhb6pxv7py7q13882r58ly4s71l2lyns0wq6qkv1za9iw"))))
     (build-system pyproject-build-system)
     (native-inputs (list python-flit-core))
     (propagated-inputs (list python-pytest python-sphinx))



reply via email to

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