guix-commits
[Top][All Lists]
Advanced

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

04/11: gnu: python-pytest-pycodestyle: Update to 2.2.0.


From: guix-commits
Subject: 04/11: gnu: python-pytest-pycodestyle: Update to 2.2.0.
Date: Fri, 14 Jan 2022 15:32:18 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 8fdd984f9ce44a16a25792573bf6ba19711f5609
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Fri Jan 14 20:09:20 2022 +0000

    gnu: python-pytest-pycodestyle: Update to 2.2.0.
    
    * gnu/packages/python-check.scm (python-pytest-pycodestyle): Update to 
2.2.0.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/python-check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 871afe575c..181aa8b05c 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1074,14 +1074,14 @@ framework.")
 (define-public python-pytest-pycodestyle
   (package
     (name "python-pytest-pycodestyle")
-    (version "2.0.0")               ;later versions require python-pytest~=5.4
+    (version "2.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pytest-pycodestyle" version))
        (sha256
         (base32
-         "02i5gl7pm9cwxk15sn29inz3n8flpj1r3p1l110h43f2na5w8h7z"))))
+         "1clyjypn93hwvz17f4i6n2688835d4y8qsq2aw17d6fkbqiy8mg7"))))
     (build-system python-build-system)
     (propagated-inputs
      (list python-pycodestyle))



reply via email to

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