me
/
guix
Archived
1
0
Fork 0

gnu: python-yamllint: Update to 1.31.0.

Version 1.26.1 is broken and doesn't build on Guix; this update fixes it and
provides a newer version as well.

* gnu/packages/python-xyz.scm (python-yamllint): Update to 1.13.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Timo Wilken 2023-04-26 19:22:54 +02:00 committed by Ludovic Courtès
parent f1400fe08f
commit 138822d3c5
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -22998,13 +22998,13 @@ user's @file{~/Trash} directory.")
(define-public python-yamllint
(package
(name "python-yamllint")
(version "1.26.1")
(version "1.31.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "yamllint" version))
(sha256
(base32 "090krlxj7az0d9yl8i20vjrqi66dfxx7y5xakjhxzsfp7qmldnc7"))))
(base32 "0rbs7xq7y7bp3k75z7jamrdrrfyp95hifsz0hwm1cgkk5z8z30rd"))))
(build-system python-build-system)
(propagated-inputs
(list python-pathspec python-pyyaml python-setuptools))