guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/13: gnu: python-pytest-flake8: Update to 1.0.7.


From: guix-commits
Subject: 02/13: gnu: python-pytest-flake8: Update to 1.0.7.
Date: Mon, 29 Mar 2021 10:20:52 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit bece1445b80a7b22724aea5a1a281de53e5d7f8f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 29 16:47:18 2021 +0300

    gnu: python-pytest-flake8: Update to 1.0.7.
    
    * gnu/packages/python-check.scm (python-pytest-flake8): Update to 1.0.7.
---
 gnu/packages/python-check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 2f449bf..7f27966 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -627,14 +627,14 @@ friendly library for concurrency and async I/O in 
Python.")
 (define-public python-pytest-flake8
   (package
     (name "python-pytest-flake8")
-    (version "1.0.6")
+    (version "1.0.7")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pytest-flake8" version))
        (sha256
         (base32
-         "09vhn7r77s1yiqnlwfvh5585f904zpyd6620a90dpccfr1cbp0hv"))))
+         "0syx68xk5ss3hgp3nr2y122w0fgkzr5936ghsqrkymh3m5hrf9gh"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-flake8" ,python-flake8)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]