all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#55670] [PATCH] gnu: python-pyflakes: Update to 2.4.0.
@ 2022-05-27  5:24 jgart via Guix-patches via
  2022-06-05 19:05 ` bug#55670: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-05-27  5:24 UTC (permalink / raw)
  To: 55670; +Cc: jgart

* gnu/packages/python-xyz.scm (python-pyflakes): Update to 2.4.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 638cc03c71..de4fcd1b32 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11108,14 +11108,14 @@ (define-public python-pep621
 (define-public python-pyflakes
   (package
     (name "python-pyflakes")
-    (version "2.3.1")
+    (version "2.4.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "pyflakes" version))
         (sha256
          (base32
-          "1ny10364ciqh4ripasj4zzv4145l21l3s85m3qlrvfq5pk58xg7m"))))
+          "0k5jn8jpxni264wxf6cc3xcd1qckc0pww30bsd77mwzdf8l5ra05"))))
     (build-system python-build-system)
     (home-page "https://github.com/PyCQA/pyflakes")
     (synopsis "Passive checker of Python programs")
-- 
2.35.3





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

* bug#55670: [PATCH] gnu: python-pyflakes: Update to 2.4.0.
  2022-05-27  5:24 [bug#55670] [PATCH] gnu: python-pyflakes: Update to 2.4.0 jgart via Guix-patches via
@ 2022-06-05 19:05 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-06-05 19:05 UTC (permalink / raw)
  To: jgart; +Cc: 55670-done


> * gnu/packages/python-xyz.scm (python-pyflakes): Update to 2.4.0.

Pushed, thanks!

Mathieu




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

end of thread, other threads:[~2022-06-05 19:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-27  5:24 [bug#55670] [PATCH] gnu: python-pyflakes: Update to 2.4.0 jgart via Guix-patches via
2022-06-05 19:05 ` bug#55670: " Mathieu Othacehe

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.