guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-autopep8: Update to 1.5.3.


From: guix-commits
Subject: branch master updated: gnu: python-autopep8: Update to 1.5.3.
Date: Fri, 26 Jun 2020 13:51:21 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c0dd414  gnu: python-autopep8: Update to 1.5.3.
c0dd414 is described below

commit c0dd4140f610b7117cb8f70083ce4696a9a16847
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jun 26 13:34:03 2020 -0400

    gnu: python-autopep8: Update to 1.5.3.
    
    Fixes <http://issues.guix.gnu.org/42062>.
    
    * gnu/packages/python-xyz.scm (python-autopep8): Update to 1.5.3.
---
 gnu/packages/python-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c4e53bc..be27f2b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5128,17 +5128,18 @@ multivalue dictionary that retains the order of 
insertions and deletions.")
 (define-public python-autopep8
   (package
     (name "python-autopep8")
-    (version "1.3.5")
+    (version "1.5.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "autopep8" version))
        (sha256
         (base32
-         "192bvhzi4d0claqxgzymvv7k3qnj627742bc8sgxpzjj42pd9112"))))
+         "1w6vh627vrmgfbvrdcxrc3k4gxcldrb2lpgxv9irkdds851qrzb0"))))
     (build-system python-build-system)
     (propagated-inputs
-     `(("python-pycodestyle" ,python-pycodestyle)))
+     `(("python-pycodestyle" ,python-pycodestyle)
+       ("python-toml" ,python-toml)))
     (home-page "https://github.com/hhatto/autopep8";)
     (synopsis "Format Python code according to the PEP 8 style guide")
     (description



reply via email to

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