From 138822d3c533569eac61e0d36babfc7003e36af2 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 26 Apr 2023 19:22:54 +0200 Subject: gnu: python-yamllint: Update to 1.31.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2ab72416af..547d18fa65 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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)) -- cgit 1.4.1