unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63093] [PATCH] gnu: python-yamllint: Update to 1.31.0.
@ 2023-04-26 17:22 Timo Wilken
  2023-05-19 14:16 ` bug#63093: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Timo Wilken @ 2023-04-26 17:22 UTC (permalink / raw)
  To: 63093; +Cc: Timo Wilken

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.
---
 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 d43e8f4f49..6186a580db 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22359,13 +22359,13 @@ (define-public python-pyfavicon
 (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))
-- 
2.39.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63093: [PATCH] gnu: python-yamllint: Update to 1.31.0.
  2023-04-26 17:22 [bug#63093] [PATCH] gnu: python-yamllint: Update to 1.31.0 Timo Wilken
@ 2023-05-19 14:16 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-05-19 14:16 UTC (permalink / raw)
  To: Timo Wilken; +Cc: 63093-done

Timo Wilken <guix@twilken.net> skribis:

> 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.

Applied, thanks!

Ludo'.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-19 14:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-26 17:22 [bug#63093] [PATCH] gnu: python-yamllint: Update to 1.31.0 Timo Wilken
2023-05-19 14:16 ` bug#63093: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).