gnu: python-pytest-checkdocs: Update to 1.2.2.

* gnu/packages/python-check.scm (python-pytest-checkdocs): Update to 1.2.2.
[propagated-inputs]: Add python-more-itertools.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-04 19:03:17 +02:00
parent 0af697d940
commit 4d755996a7
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 4 additions and 4 deletions

View File

@ -110,17 +110,17 @@ interactions, which will update them to correspond to the new API.")
(define-public python-pytest-checkdocs (define-public python-pytest-checkdocs
(package (package
(name "python-pytest-checkdocs") (name "python-pytest-checkdocs")
(version "1.2.0") (version "1.2.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pytest-checkdocs" version)) (uri (pypi-uri "pytest-checkdocs" version))
(sha256 (sha256
(base32 (base32 "0j6j1gvj6x451y3qsx4xbaq9p1w9gg3mwk7n0w80cy8vdyjkngb0"))))
"07c27cdjcw6jph5kbgpxchrvwlps4ggwb2j6m7y64imnik0asrq8"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-importlib-metadata" ,python-importlib-metadata))) `(("python-importlib-metadata" ,python-importlib-metadata)
("python-more-itertools" ,python-more-itertools)))
(native-inputs (native-inputs
`(("python-setuptools-scm" ,python-setuptools-scm))) `(("python-setuptools-scm" ,python-setuptools-scm)))
(home-page "https://github.com/jaraco/pytest-checkdocs") (home-page "https://github.com/jaraco/pytest-checkdocs")