me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/python-check.scm (python-pytest-checkdocs): Update to 1.2.5.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -709,13 +709,13 @@ in Pytest.")
(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)