3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-yamllint: Update to 1.26.1.

* gnu/packages/python-xyz.scm (python-yamllint): Update to 1.26.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-09 17:48:36 +02:00
parent ec8d09ee67
commit dd55d64338
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -18381,13 +18381,13 @@ user's @file{~/Trash} directory.")
(define-public python-yamllint
(package
(name "python-yamllint")
(version "1.26.0")
(version "1.26.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "yamllint" version))
(sha256
(base32 "11qhs1jk9pwvyk5k3q5blh9sq42dh1ywdf1f3i2zixf7hncwir5h"))))
(base32 "090krlxj7az0d9yl8i20vjrqi66dfxx7y5xakjhxzsfp7qmldnc7"))))
(build-system python-build-system)
(propagated-inputs
`(("python-pathspec" ,python-pathspec)