guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: python-pycodestyle: Update to 2.3.1.


From: Tobias Geerinckx-Rice
Subject: 07/10: gnu: python-pycodestyle: Update to 2.3.1.
Date: Wed, 21 Jun 2017 16:03:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9b8016612cfa80103b278ed983420206fad7ecf0
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jun 20 12:59:16 2017 +0200

    gnu: python-pycodestyle: Update to 2.3.1.
    
    * gnu/packages/python.scm (python-pycodestyle): Update to 2.3.1.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index de42d3d..33fb35a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4357,14 +4357,14 @@ simple and Pythonic domain language.")
 (define-public python-pycodestyle
   (package
     (name "python-pycodestyle")
-    (version "2.0.0")
+    (version "2.3.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "pycodestyle" version))
         (sha256
           (base32
-            "1rz2v8506mdjdyxcnv9ygiw6v0d4dqx8z5sjyjm0w2v32h5l5w1p"))))
+            "0rk78b66p57ala26mdldl9lafr48blv5s659sah9q50qnfjmc8k8"))))
     (build-system python-build-system)
     (home-page "https://pycodestyle.readthedocs.io/";)
     (synopsis "Python style guide checker")



reply via email to

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