guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: python-pycodestyle: Update to 2.7.0.


From: guix-commits
Subject: 06/13: gnu: python-pycodestyle: Update to 2.7.0.
Date: Mon, 29 Mar 2021 10:20:53 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 01cf99af9ccd4977fd46549b99172299814cdc6a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 29 16:56:58 2021 +0300

    gnu: python-pycodestyle: Update to 2.7.0.
    
    * gnu/packages/python-xyz.scm (python-pycodestyle): Update to 2.7.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 d15c70a..9a02850 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5595,14 +5595,14 @@ a simple netcat replacement with chaining support.")
 (define-public python-pycodestyle
   (package
     (name "python-pycodestyle")
-    (version "2.6.0")
+    (version "2.7.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pycodestyle" version))
        (sha256
         (base32
-         "0bhr6ia0hmgx3nhgibc9pmkzhlh1zcqk707i5fbxgs702ll7v2n5"))))
+         "1vqwmzmjdv331kmfq3q9j3as2x7r2r49lf83r9w4147pdg8c32f3"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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