guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: python-pytest-flakes: Update to 4.0.1.


From: guix-commits
Subject: 01/04: gnu: python-pytest-flakes: Update to 4.0.1.
Date: Sun, 9 Aug 2020 15:13:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c1a326e7bfc0cf4b3da795155627b16df588d260
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 9 20:02:01 2020 +0200

    gnu: python-pytest-flakes: Update to 4.0.1.
    
    * gnu/packages/check.scm (python-pytest-flakes): Update to 4.0.1.
---
 gnu/packages/check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 76dcd9c..8aa64e2 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1934,13 +1934,13 @@ failures.")
 (define-public python-pytest-flakes
   (package
     (name "python-pytest-flakes")
-    (version "4.0.0")
+    (version "4.0.1")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "pytest-flakes" version))
               (sha256
                (base32
-                "0hyind0gb950v9kfy0v97x66fb33slbqmxhrjvgbvsv0ayzn869l"))))
+                "0045h3hnrkn2jwr42jgy2j98npx4amwr6wxzi9j0nppaqz33l49p"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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