diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-27 17:26:03 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:47 +0100 |
| commit | 4d6446d35dfce33175089a535f889d59281690f1 (patch) | |
| tree | ea992f2cfdfe8db54a3223cdd2957a7419fa4340 /gnu/packages/python-check.scm | |
| parent | 371e623693537a7a663781c0da6db59dc2d62a59 (diff) | |
gnu: python-pytest-testmon: Update to 2.2.0.
* gnu/packages/python-check.scm (python-pytest-testmon): Update to 2.2.0.
Change-Id: I9ce5a11136803be52b79914f6a6df3b2475a62e4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-check.scm')
| -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 9d5b42bc20a..ccf15f9b5d9 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -4176,7 +4176,7 @@ support and @code{subtests} fixture.") (define-public python-pytest-testmon (package (name "python-pytest-testmon") - (version "2.1.1") + (version "2.2.0") (source (origin (method git-fetch) @@ -4185,7 +4185,7 @@ support and @code{subtests} fixture.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "01qhbkb3n8c5c4id94w6b06q9wb7b6a33mqwyrkdfzk5pzv1gcyd")))) + (base32 "0f3rz17w6pb3gi8c1bc4sjfmdxpdqzhm371fsh36svdc9fn3nm05")))) (build-system pyproject-build-system) (arguments (list #:tests? #false)) ;there are none (native-inputs |
