summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-01-27 17:26:03 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:47 +0100
commit4d6446d35dfce33175089a535f889d59281690f1 (patch)
treeea992f2cfdfe8db54a3223cdd2957a7419fa4340 /gnu/packages/python-check.scm
parent371e623693537a7a663781c0da6db59dc2d62a59 (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.scm4
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.")
4176(define-public python-pytest-testmon 4176(define-public python-pytest-testmon
4177 (package 4177 (package
4178 (name "python-pytest-testmon") 4178 (name "python-pytest-testmon")
4179 (version "2.1.1") 4179 (version "2.2.0")
4180 (source 4180 (source
4181 (origin 4181 (origin
4182 (method git-fetch) 4182 (method git-fetch)
@@ -4185,7 +4185,7 @@ support and @code{subtests} fixture.")
4185 (commit (string-append "v" version)))) 4185 (commit (string-append "v" version))))
4186 (file-name (git-file-name name version)) 4186 (file-name (git-file-name name version))
4187 (sha256 4187 (sha256
4188 (base32 "01qhbkb3n8c5c4id94w6b06q9wb7b6a33mqwyrkdfzk5pzv1gcyd")))) 4188 (base32 "0f3rz17w6pb3gi8c1bc4sjfmdxpdqzhm371fsh36svdc9fn3nm05"))))
4189 (build-system pyproject-build-system) 4189 (build-system pyproject-build-system)
4190 (arguments (list #:tests? #false)) ;there are none 4190 (arguments (list #:tests? #false)) ;there are none
4191 (native-inputs 4191 (native-inputs