guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: python-flake8-polyfill: Update to 1.0.2.


From: Marius Bakke
Subject: 06/07: gnu: python-flake8-polyfill: Update to 1.0.2.
Date: Thu, 1 Feb 2018 05:09:42 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 8b7009de7508b155a5554b8cd777446fc5a7e7d0
Author: Marius Bakke <address@hidden>
Date:   Thu Feb 1 10:52:12 2018 +0100

    gnu: python-flake8-polyfill: Update to 1.0.2.
    
    * gnu/packages/python.scm (python-flake8-polyfill): Update to 1.0.2.
    [native-inputs]: Add PYTHON-PEP8.
---
 gnu/packages/python.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index edc6ea4..72bb0b5 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5446,14 +5446,14 @@ complexity of Python source code.")
 (define-public python-flake8-polyfill
   (package
     (name "python-flake8-polyfill")
-    (version "1.0.1")
+    (version "1.0.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "flake8-polyfill" version))
        (sha256
         (base32
-         "02gn2wxvh9vnf7m7dld7ca4l60mg5c370hv3swwppkngwaqmcw67"))))
+         "1nlf1mkqw856vi6782qcglqhaacb23khk9wkcgn55npnjxshhjz4"))))
     (build-system python-build-system)
     (arguments
      '(#:phases
@@ -5467,6 +5467,7 @@ complexity of Python source code.")
     (native-inputs
      `(("python-flake8" ,python-flake8)
        ("python-mock" ,python-mock)
+       ("python-pep8" ,python-pep8)
        ("python-pycodestyle" ,python-pycodestyle)
        ("python-pytest" ,python-pytest)))
     (home-page "https://gitlab.com/pycqa/flake8-polyfill";)



reply via email to

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