diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-27 10:43:27 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:45 +0100 |
| commit | 8a84a30fbf17e0a2c081f66f89555ecaf3ad32b7 (patch) | |
| tree | af65166c69ab5f80cd010d9640e4bdca8ab9a1e7 /gnu/packages | |
| parent | ac29a285708b00ad84006a179aab60959d2de5a3 (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')
| -rw-r--r-- | gnu/packages/python-check.scm | 4 |
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.") (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)) |
