guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: python-pylint: Update to 2.5.3.


From: guix-commits
Subject: 01/07: gnu: python-pylint: Update to 2.5.3.
Date: Tue, 9 Jun 2020 18:03:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 96484ab9f740a06993e251fc4c5a9edc27161237
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 9 15:17:19 2020 +0200

    gnu: python-pylint: Update to 2.5.3.
    
    * gnu/packages/check.scm (python-pylint): Update to 2.5.3.
---
 gnu/packages/check.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 3edb79d..6ae4273 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1889,7 +1889,7 @@ statements in the module it tests.")
 (define-public python-pylint
   (package
     (name "python-pylint")
-    (version "2.5.2")
+    (version "2.5.3")
     (source
      (origin
        (method git-fetch)
@@ -1898,8 +1898,7 @@ statements in the module it tests.")
              (commit (string-append "pylint-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "150x679mrlgm1s4ym7irf9mnsjilqyaakss4spc4pbrzkl11agnh"))))
+        (base32 "04cgbh2z1mygar63plzziyz34yg6bdr4i0g63jp256fgnqwb1bi3"))))
     (build-system python-build-system)
     ;; FIXME: Tests are failing since version 2.4.3, see:
     ;; https://github.com/PyCQA/pylint/issues/3198.



reply via email to

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