me
/
guix
Archived
1
0
Fork 0

gnu: python-pytest-mock: Update to 3.8.2.

* gnu/packages/check.scm (python-pytest-mock): Update to 3.8.2.
master
Marius Bakke 2022-09-05 17:39:36 +02:00
parent 944521366f
commit 771d017e1d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1268,13 +1268,13 @@ Python's @code{random.seed}.")
(define-public python-pytest-mock (define-public python-pytest-mock
(package (package
(name "python-pytest-mock") (name "python-pytest-mock")
(version "3.6.1") (version "3.8.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pytest-mock" version)) (uri (pypi-uri "pytest-mock" version))
(sha256 (sha256
(base32 "0qhfmd05z3g88bnwq6644jl6p5wy01i4yy7h8883z9jjih2pl8a0")) (base32 "18pwr0qhr2z5rpfz7930986s55hh1gnmmq4m09q5h99rai2kzw3p"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Some tests do a string match on Pytest output, and fails when ;; Some tests do a string match on Pytest output, and fails when