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

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

    gnu: python-pytest-randomly: Update to 4.1.0.
    
    * gnu/packages/python-check.scm (python-pytest-randomly): Update to 4.1.0.
    
    Change-Id: I9be3eb1cf23958dbc29cb804a5f4ce214e6e68ab
---
 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 2b9151d329..2af78253a2 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -3866,7 +3866,7 @@ reported in a previous test run.")
 (define-public python-pytest-randomly
   (package
     (name "python-pytest-randomly")
-    (version "4.0.1")
+    (version "4.1.0")
     (source
      (origin
        (method git-fetch)
@@ -3875,7 +3875,7 @@ reported in a previous test run.")
               (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0zglnyl3wc2ri9dhkvd1z0ywksk2v1abpdlclc253c8xivv4c3ai"))))
+        (base32 "1wmykvydwznjla95gc5yxwrrd9mnj1s7p9mmx4jfzpy2cxd24ggr"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to