summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-27 10:43:27 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:45 +0100
commit8a84a30fbf17e0a2c081f66f89555ecaf3ad32b7 (patch)
treeaf65166c69ab5f80cd010d9640e4bdca8ab9a1e7 /gnu/packages/python-check.scm
parentac29a285708b00ad84006a179aab60959d2de5a3 (diff)
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 0c304ec8413..14ef77a6c86 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.")
3250(define-public python-pytest-isort 3250(define-public python-pytest-isort
3251 (package 3251 (package
3252 (name "python-pytest-isort") 3252 (name "python-pytest-isort")
3253 (version "3.1.0") 3253 (version "4.0.0")
3254 (source 3254 (source
3255 (origin 3255 (origin
3256 (method git-fetch) 3256 (method git-fetch)
@@ -3259,7 +3259,7 @@ requests to be replied to with user provided responses.")
3259 (commit version))) 3259 (commit version)))
3260 (file-name (git-file-name name version)) 3260 (file-name (git-file-name name version))
3261 (sha256 3261 (sha256
3262 (base32 "07hj2z2jsshk0m60j0w10q3yzis69714k7qbw2f0cprc5li9b06n")))) 3262 (base32 "1bhcmn4589l228n05bn8mgk7chyr9262bm9zxpwhcdiyhyspdjvw"))))
3263 (build-system pyproject-build-system) 3263 (build-system pyproject-build-system)
3264 (propagated-inputs (list python-isort python-pytest)) 3264 (propagated-inputs (list python-isort python-pytest))
3265 (native-inputs (list python-poetry-core)) 3265 (native-inputs (list python-poetry-core))