guix-commits
[Top][All Lists]
Advanced

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

09/12: gnu: python-flaky: Update to 3.5.3.


From: guix-commits
Subject: 09/12: gnu: python-flaky: Update to 3.5.3.
Date: Sun, 27 Jan 2019 05:49:41 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit eba8a00d84232fb8bed441c4e2b66e74bf0e2098
Author: Efraim Flashner <address@hidden>
Date:   Sun Jan 27 12:06:36 2019 +0200

    gnu: python-flaky: Update to 3.5.3.
    
    * gnu/packages/check.scm (python-flaky): Update to 3.5.3.
---
 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 439a668..59a0a23 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2039,13 +2039,13 @@ mocks, stubs and fakes.")
 (define-public python-flaky
   (package
     (name "python-flaky")
-    (version "3.4.0")
+    (version "3.5.3")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "flaky" version))
               (sha256
                (base32
-                "18pkmf79rfkfpy1d2rrx3v55nxj762ilyk9rvd6s6dccxw58imsa"))))
+                "1nm1kjf857z5aw7v642ffsy1vwf255c6wjvmil71kckjyd0mxg8j"))))
     (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]