diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-05 17:39:36 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-09 17:03:57 +0200 |
commit | 771d017e1d6250e0d5dd9308a3a04ae30c382cd2 (patch) | |
tree | 05568b58dcdef7c2ce263d71a321b0f3df513545 | |
parent | 944521366f384a59c2ea18a5c3b1d2b8ec5500e1 (diff) | |
download | guix-771d017e1d6250e0d5dd9308a3a04ae30c382cd2.tar.gz |
gnu: python-pytest-mock: Update to 3.8.2.
* gnu/packages/check.scm (python-pytest-mock): Update to 3.8.2.
-rw-r--r-- | gnu/packages/check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index f1da42b5ac..abd639f0d4 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1268,13 +1268,13 @@ Python's @code{random.seed}.") (define-public python-pytest-mock (package (name "python-pytest-mock") - (version "3.6.1") + (version "3.8.2") (source (origin (method url-fetch) (uri (pypi-uri "pytest-mock" version)) (sha256 - (base32 "0qhfmd05z3g88bnwq6644jl6p5wy01i4yy7h8883z9jjih2pl8a0")) + (base32 "18pwr0qhr2z5rpfz7930986s55hh1gnmmq4m09q5h99rai2kzw3p")) (modules '((guix build utils))) (snippet ;; Some tests do a string match on Pytest output, and fails when |