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

* gnu/packages/python-check.scm (python-pytest-checkdocs): Update to 1.2.5.
This commit is contained in:
Efraim Flashner 2021-10-15 13:07:53 +03:00
parent cf2f5ca51b
commit f560a09fa3
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -709,13 +709,13 @@ (define-public python-pytest-vcr
(define-public python-pytest-checkdocs
(package
(name "python-pytest-checkdocs")
(version "1.2.2")
(version "1.2.5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest-checkdocs" version))
(sha256
(base32 "0j6j1gvj6x451y3qsx4xbaq9p1w9gg3mwk7n0w80cy8vdyjkngb0"))))
(base32 "0m4kn7141i6k8qr8ak3lbmk9vim11xsrlnrggcfwczfrglc6jmia"))))
(build-system python-build-system)
(propagated-inputs
`(("python-docutils" ,python-docutils)