guix-commits
[Top][All Lists]
Advanced

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

114/420: gnu: python-sphinx-pytest: Update to 0.2.0.


From: guix-commits
Subject: 114/420: gnu: python-sphinx-pytest: Update to 0.2.0.
Date: Tue, 26 Nov 2024 16:28:43 -0500 (EST)

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

commit 9a0eff5d0a751e0d7ed0b57afab09a262858c969
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 03a072bc12..747c526011 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -1164,13 +1164,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]