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

commit 486cad460f050f93d85cbe3bdabb949306983cc6
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Jan 27 10:43:27 2026 +0100

    gnu: python-pytest-isort: Update to 4.0.0.
    
    * gnu/packages/python-check.scm (python-pytest-isort): Update to 4.0.0.
    
    Change-Id: Ia94de2ea3ac3a7df7605c16b59c5916e8191143e
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 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 0c304ec841..14ef77a6c8 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -3250,7 +3250,7 @@ requests to be replied to with user provided responses.")
 (define-public python-pytest-isort
   (package
     (name "python-pytest-isort")
-    (version "3.1.0")
+    (version "4.0.0")
     (source
      (origin
        (method git-fetch)
@@ -3259,7 +3259,7 @@ requests to be replied to with user provided responses.")
               (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "07hj2z2jsshk0m60j0w10q3yzis69714k7qbw2f0cprc5li9b06n"))))
+        (base32 "1bhcmn4589l228n05bn8mgk7chyr9262bm9zxpwhcdiyhyspdjvw"))))
     (build-system pyproject-build-system)
     (propagated-inputs (list python-isort python-pytest))
     (native-inputs (list python-poetry-core))

Reply via email to