guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-pytest-flake8: Update to 1.0.6.


From: guix-commits
Subject: branch master updated: gnu: python-pytest-flake8: Update to 1.0.6.
Date: Mon, 29 Jun 2020 05:53:45 -0400

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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 484255f  gnu: python-pytest-flake8: Update to 1.0.6.
484255f is described below

commit 484255f7b4a1490331d0a950b4429c4fcd82f132
Author: Matthew Kraai <kraai@ftbfs.org>
AuthorDate: Fri Jun 26 09:14:03 2020 -0700

    gnu: python-pytest-flake8: Update to 1.0.6.
    
    * gnu/packages/python-check.scm (python-pytest-flake8): Update to 1.0.6.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 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 7d8647c..200bce6 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -183,14 +183,14 @@ of the project to ensure it renders properly.")
 (define-public python-pytest-flake8
   (package
     (name "python-pytest-flake8")
-    (version "1.0.4")
+    (version "1.0.6")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pytest-flake8" version))
        (sha256
         (base32
-         "1h30gd21fjsafqxwclf25sdh89vrdz7rsh4lzw11aiw7ww9mq8jd"))))
+         "09vhn7r77s1yiqnlwfvh5585f904zpyd6620a90dpccfr1cbp0hv"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-flake8" ,python-flake8)))



reply via email to

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