summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
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