guix-commits
[Top][All Lists]
Advanced

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

01/15: gnu: python-flaky: Update to 3.7.0.


From: guix-commits
Subject: 01/15: gnu: python-flaky: Update to 3.7.0.
Date: Sun, 13 Feb 2022 09:18:10 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 4e1c5cf8b1f38cb4b52ebc5bac5e115e3ed693eb
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Dec 7 20:58:17 2021 +0100

    gnu: python-flaky: Update to 3.7.0.
    
    * gnu/packages/check.scm (python-flaky): Update to 3.7.0.
---
 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 06adf20c36..fec817c4f4 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2736,13 +2736,13 @@ mocks, stubs and fakes.")
 (define-public python-flaky
   (package
     (name "python-flaky")
-    (version "3.5.3")
+    (version "3.7.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "flaky" version))
               (sha256
                (base32
-                "1nm1kjf857z5aw7v642ffsy1vwf255c6wjvmil71kckjyd0mxg8j"))))
+                "03daz352021211kvdb056f3afrd2gsdq0rd1awgr38910xw01l9s"))))
     (build-system python-build-system)
     (arguments
      ;; TODO: Tests require 'coveralls' and 'genty' which are not in Guix yet.



reply via email to

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