mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: python-pytest-mock: Update to 1.10.0.
* gnu/packages/check.scm (python-pytest-mock): Update to 1.10.1.
This commit is contained in:
parent
a9ae30b78e
commit
25ccb99347
1 changed files with 2 additions and 2 deletions
|
@ -756,14 +756,14 @@ (define-public python2-pytest-runner
|
||||||
(define-public python-pytest-mock
|
(define-public python-pytest-mock
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-mock")
|
(name "python-pytest-mock")
|
||||||
(version "1.6.3")
|
(version "1.10.0")
|
||||||
(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
|
(base32
|
||||||
"075v7b2wm5f839r1a30n21wfk5rfqp3d05q7zb9jlb2wmxki23cj"))))
|
"1h6lgpmsvs9s8j2s80v06f9f3iaw1n1rc51mbrxk1f12sw4q56nq"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
||||||
|
|
Loading…
Reference in a new issue