guix-commits
[Top][All Lists]
Advanced

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

06/29: gnu: python-hypothesis: Update to 4.5.3.


From: guix-commits
Subject: 06/29: gnu: python-hypothesis: Update to 4.5.3.
Date: Sat, 9 Feb 2019 15:55:21 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 5b972c3256eff3588ad516b6ae64f2b948cac7c5
Author: Marius Bakke <address@hidden>
Date:   Fri Feb 8 16:13:22 2019 +0100

    gnu: python-hypothesis: Update to 4.5.3.
    
    * gnu/packages/check.scm (python-hypothesis): Update to 4.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 7550586..afb3b96 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1447,13 +1447,13 @@ instantly.")
 (define-public python-hypothesis
   (package
     (name "python-hypothesis")
-    (version "3.70.3")
+    (version "4.5.3")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "hypothesis" version))
               (sha256
                (base32
-                "1rshs1japfmwgar98yrkq4hg4z2q76hlnq7w2n3lfbjnscn1jd9b"))))
+                "0fvq4mfybm129l978war86mcshkn28dkrxw7lr8549zr9ywvik1c"))))
     (build-system python-build-system)
     (native-inputs
      `(;; FIXME: Change to python-flake8 in the next rebuild cycle.



reply via email to

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