guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 652d53a18af55d19c849490929cd587fa8372c6c
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Jan 27 17:26:03 2026 +0100
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 <[email protected]>
---
gnu/packages/python-check.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 9d5b42bc20..ccf15f9b5d 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