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

commit df052108a8012f51a163f3d27ad215b691c325cd
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun May 31 22:47:07 2026 +0100

    gnu: python-pytest-rerunfailures: Update to 16.3.
    
    * gnu/packages/python-check.scm (python-pytest-rerunfailures): Update to 
16.3.
    [source]: Switch to git-fetch.
    
    Change-Id: Ie013ee909922eb954c12b4c0f8128cb322939e6f
---
 gnu/packages/python-check.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 2af78253a2..1ccf8c4c18 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -4057,13 +4057,16 @@ focused in simplicity and extensibility.")
 (define-public python-pytest-rerunfailures
   (package
     (name "python-pytest-rerunfailures")
-    (version "15.1")
+    (version "16.3")
     (source
      (origin
-       (method url-fetch)
-       (uri (pypi-uri "pytest_rerunfailures" version))
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/pytest-dev/pytest-rerunfailures";)
+              (commit version)))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "106fiqn3d86xcl2cwmc76svi2mkfgphqna37bf617f6pmdl06166"))))
+        (base32 "1k0q1swva0sqh1prlrww332x7wyyq1j2p4bwij33xg87hl17i2ag"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list python-pytest-bootstrap

Reply via email to